Flash Projector problems

I've had help with this project earlier and it was working great until my office decided to upgrade everyone to Windows 7 Professional. I'm not sure if the problem is my OS, but that doesn't seem to make sense to me.
The problem is I've built a digital catalog in Flash CS4 using AS3 that opens video files and pdfs. The problem is that while the video files open without any problems, the pdf files open inconsistantly, opening sometimes and leaving a blank page other times. I don't care about the pdf opening in a browser, I just need it to open consistantly. I can't figure out what causes them to open, but when they do, they only continue to open until I close and reopen the projector, at which point they will no longer open.
Here's the code I have for one of the movie clips containing the buttons:
mc_cutButtons.addEventListener(MouseEvent.MOUSE_DOWN, action, false, 0, true);
mc_cutButtons.addEventListener(MouseEvent.MOUSE_OVER, action, false, 0, true);
mc_cutButtons.addEventListener(MouseEvent.MOUSE_OUT, action, false, 0, true);
mc_cutButtons.mouseEnabled = false;
mc_cutButtons.buttonMode = true;
var cut:String;
var url:String;
var req:URLRequest;
function action(event:MouseEvent):void
    cut=event.target.name;
        switch (event.type)
        case MouseEvent.MOUSE_OVER :
             trace(cut + " over");
            break;
        case MouseEvent.MOUSE_OUT :
            trace(cut + " out");
            break;
        case MouseEvent.MOUSE_DOWN :
            switch (cut)
            case "video202L" :
                url="202l.wmv";
                break;
            case "brochure202L" :
                url="202l.pdf";
                break;
            case "video700L" :
                url="700l.wmv";
                break;
            case "brochure700L" :
                url="700l.pdf";
                break;
            case "videoMicro" :
                url="micro.wmv";
                break;
            case "brochureMicro" :
                url="micro.pdf";
                break;
            case "video70M" :
                url="70m.wmv";
                break;
            case "brochure70M" :
                url="70m.pdf";
                break;
            case "videoCT" :
                url="ct-xl.wmv";
                break;
            case "brochureCT" :
                url="ct-xl.pdf";
                break;
            case "videoCSF" :
                url="csf.wmv";
                break;
            case "brochureCSF" :
                url="csf.pdf";
                break;
            case "brochure20M" :
                url="20m.pdf";
                break;
            case "videoSkive" :
                url="skive.wmv";
                break;
            case "brochureSkive" :
                url="skive.pdf";
                break;
            case "brochureTCS" :
                url="tcs.pdf";
                break;
            case "brochureOptions" :
                url="options.pdf";
                break;
        req=new URLRequest(url);
        navigateToURL(req, "_top");
Like I said, this code was fine before, so I'm not sure what the problem is. I'm running the latest flash player and Adobe Reader versions.
Thanks for any help anyone can give.

I have the same problem, but on a Mac and CS3. I export the projector and it just doesnt launch.
Somebody with a solution?

Similar Messages

  • Problems with video in Flash Projector?

    We are looking for guidance on how to overcome horizontal tearing in parts of .F4v movies played out of
    Flash projector for PC.  We suspect the problem crops up at the point the projector is generated out of Flash,
    having experienced the same problem with .F4Vs generated by others (see Note re: David Hassoun's Adobe
    online article below).
    The Problem:  .F4V movies played out of a Flash projector exhibits horizontal tears (artifacts) during
    panning, zooming motions in the video.
    The Project:  Interactive kiosks for Hyatt/SeaWorld employing two screens -- a touchscreen and
    media/display screen.  The project stage spans the two monitors (2390 px X 768 px combined) with the
    touchscreen portion occupying 1024 and display screen 1366 of the horizontal dimension.  The videos in the
    media screen (an attract loop and separate movies selected via the touch panel) have been encoded with
    Adobe Media Encoder as 1280x720 .F4V files.
    The Workflow:   Video acquisition in HDV, captured by Final Cut Pro and converted/uprezzed to ProRes 422
    for editing.  Rendered out at "Current Settings" resulting in a 1920x1080i QuickTime - ProRes codec movie.
    That is encoded to .F4V in Adobe Media Encoder using the 720p preset. We then use a program called
    Jugglor to position the full-screen project, stripping off borders and hiding the system bar.
    Movies play normally in Adobe Media Player and in .swf files generated out of Flash.  But after creating a
    Flash projector for PC, the video exhibits the glitches (horizonal tears) in pans and zooms.
    The Playback PC:  The media is played out of a custom-built PC consisting of:
    - Gigabyte motherboard, Intel Chipset 58
    - 6 gigs of ram
    - i7 Intel process (quad core) @ 2.66 gb
    - NVidia GeForce 9500 GT video card w 1gb ram
    - Super Ram Disk playback
    - 1 TB SEagate 7200 RPM HD w 32 mb cache
    - 550 w Corsair power supply
    Note:  We have downloaded and played some example H.264 videos accompanying David Hassoun's
    "Exploring Flash Player Support for H.264 Video and AAC audio" from the Adobe website.  We noted that
    the video viles played flawlessly in the QuickTime player, but when we brought them into Flash and
    generated a projector file, we saw the same horizontal tearing, particularly in motion shots and in
    transitions.

    I hope this is something Adobe is looking into.  There are lots of tutorials for making videos small and grainy for playback on phones and internet appliances, but very little in the way of guidance for making hi-def video look like hi-def video.
    A modern PC should be able to play hi-def off the hard drive with no problems, and there are players that do this (Quicktime, WMP, Nero), but when H.264 gets walled up inside a flash player, it seems to bog down.  The machine described above will easily decode and play back DV video in WMP at 25 Mbs, but both the Flash Player and Adobe Media Player give no joy when trying to playback h.264 at much lower bandwidths.
    Increasing the quality of the video compression doesn't seem to overtax the processor or the bus (since it plays well in other players), but in Flash Player, it seems to expose limits in the performance of the player.
    For authoring in Flash, what is the recipe for decent Hi-def?

  • Problems with the CS4 Flash Projector

    Hi,
    I have developed a big Flash-projekt for a CD-Rom.
    When I test the swf, all works very nice, but when I build a
    *.exe, the result is not useable.
    It is very "ruckelig" (I don't know the english word).
    What can I do? Is this a CS4 bug?
    I downloaded SWF & FLV Toolbox 3.5, an converted the swf
    in an normal Flash-Projector, Version 8 and the result is very
    good!
    But why?
    I don't want to buy a product of a third party, because I
    payed much for an original CS4.
    Can you please help me and explain me why it doesn't work as
    well as the Flash-Projector, Version 8?
    Or is there an update for CS4 available?
    Thank you.
    BMo

    I have the same problem, but on a Mac and CS3. I export the projector and it just doesnt launch.
    Somebody with a solution?

  • Flash projector x-platform maddness-- Can't "show extension" in Mac OS

    Hi has anyone else seen this one?  Outputting flash projectors from CS4.  No problem, in running the mac version on my platform.  The issue is that when my associate emails the projector file from the PC it turns into a folder.  I've tried to "unhide" the extension in the mac info pane (Snow leopard and Leopard) but the I can't unclick the "hide extension".  The best solution I've been able to come up with is to add ".hqx" in the file name which automatically then show the ".app" extension even though the "hide extension" is still toggled on and is greyed out (not selectable)...
    Is there a better solution?
    thanks

    hi 856105
    Just based on the information you provide, when you ...
    ... tried to just run the ojdeploy under#HOME/Oracle/Middleware/jdeveloper/jdev/bin/ojdeploy in terminal ...... and that resulted in the message ...
    ... Type the full pathname of a J2SE installation ...... have you tried to "Type the full pathname of a J2SE installation " ?
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • CS4 Flash Projector in Mac OS X Lion

    I sell products which run using Flash Projector that were created with the CS4 Flash Projector and am getting complaints that they no longer work on Mac OS X Lion.  I've read the Adobe Knowledge Base article about known issues (http://kb2.adobe.com/cps/905/cpsid_90508.html) but Flash Projector is not mentioned.  I cannot upgrade my Mac to Lion yet for various reasons, so I cannot test the problem.  Can anyone shed some light on this issue?

    Cor-el - - Thanks! this looks like it has some good clues, BUT, in following up, my Library doesn't show me any .plist with .mozilla. in the filename. Am running Mac OS X Lion (10.7.2). FYI - The Library is one of only four (4) folders in the root level on the system partition; the system partition being labeled, Mac Mini HD. These four folders are, Applications, Library, System, Users. Library folder has a subfolder named Preferences. None of the files therein has "mozilla" anywhere in the filename. Looking further, the System folder has its own subfolder labeled, Library! It has no subfolder, Preferences. Running a Finder Search on the Mac, and again on the Mac Mini HD (root folder), I get Zero (0) results with "org.mozilla.firefox.plist." Also, with Contains ".mozilla" and with Contains ".firefox.".
    Will greatly appreciate a bit more hand-holding from you, if OK with you.
    .

  • Flash Projectors-distribute on CD

    Hello. I am hoping someone can answer a question for me
    regarding Flash Projectors.
    We are trying to build something for CD use and are running
    into a problem when trying to view them on Mac OS X machines. It
    seems that unless the user as admin rights on the machine the file
    won't open. Instead the error "You do not have permission to open
    the application "app name" " appears instead. If I log in as an
    admin user the file open fine.
    Flash player is not installed on the test machine (as I was
    told it isn't necessary because this is a projector file). The
    non-admin user does have appliction restrictions set in the
    Accounts area but there isn't anything not allowed that seems
    obvious to me.
    Can anyone give me a clue as to what is going on here?
    Any help would be greatly appreciated.

    The application is the Projector file. It can be named
    anything you want. It doesn't matter.
    Yes, there is a separate Projector file for each platform.
    After playing with it some more I know is has something to do
    with the application restrictions in the Parental Controls area of
    the restricted account. If I leave the account type as "managed"
    but don't restrict any applications it works fine. However, I can
    never be sure that the end user is going to be setup that way or is
    an admin on their machine. I have to account for all situations but
    I don't know why things are being locked out.
    I'm guessing this is happening because the Projector file is
    an actual application itself and is not checked as being acceptable
    in the Parental list (it doesn't even show up) for that user but
    there has to be a way around this. I'm sure there are many CD's
    distributed out there with something similar. I just don't know how
    to make it work.

  • Video error message in Flash projector

    Hi,
    I am trying to watch a video which is linked to a Flash
    projector. When I click the link, it says
    'unable to download an appropriate decompressor'
    Is anyone familiar with this error message? If so, it this a
    problem with the projector, a problem with Windows Media Player or
    a problem with the computer it is playing on?
    I have tried it on my laptop (a newer model running Windows
    XP which the projector was created on) and everything works just
    fine.
    Thanks very much.

    What projector version are you using ?
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Interface freeze issue with Flash Projector

    I am facing an interface freeze issue with Flash Projector running a flex state based application. A Flash Projector exe was generated from a standalone flash player ver 10.2. The target machine on which the problem occuresd has 10.3.
    Basically "screen freeze" means that the user interface is running as usual on Flash Player, but it's not responding to any user input (like button presses). But if we alt-tab to another application, the state changes in the Flash player. There is display with buttons on the screen, but touching the buttons or doing anything else - it did not respond.  Rebooting the computer fixes the problem.
    Can you suggest why this is happening? Is there any known bug in Flash Player.
    The problem is this is being hard to reproduce on the developer workstation as it doesn't happen always. But it happens quite often on the target machine running an Intel Atom N270. What debugging steps can you suggest?
    Problem Description : http://www.youtube.com/watch?v=z25oV9QWRyk

    First, thanks for the video.  Having this always makes it much easier to understand the problem.  A couple of recommendations.  First, if you feel like this might be a player bug, please add a new bug report over at bugbase.adobe.com and if possible please include any sample code or swf's that can help us reproduce the problem internally.  Linking the video would also be great.  In addition, would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience who might have additional feedback.
    Thanks,
    Chris

  • Flash Projector and Html together

    Hello, what I want to do is to create a CD with a Website
    that I have already done using html and flash. The problem is that
    I want this CD to work in computers without Flash Player installed.
    What if I create a flash projector movie that runs getUrl( )
    and that html file contains flash animations, will people be able
    to see them even if they do not have flash player installed?
    Any ideas?
    Thanks!
    Raf

    _RAF wrote:
    > Hello, what I want to do is to create a CD with a
    Website that I have already
    > done using html and flash. The problem is that I want
    this CD to work in
    > computers without Flash Player installed.
    > What if I create a flash projector movie that runs
    getUrl( ) and that html
    > file contains flash animations, will people be able to
    see them even if they do
    > not have flash player installed?
    > Any ideas?
    you can include the exe installer for the user.
    Have the exe projector start, than ask whether they have or
    not the player and
    if they don't you could use fscommand exec to call it from cd
    and install.
    Macromedia allow downloads if the players for cd
    distribution, you just need
    to fill up a form to get the licensing which is an instant
    process.
    you could also have HTML with detection to check for the
    player if they were
    not sure whether is it or not install.
    I have been doing the very same for years, flash projector as
    splash screen
    with all kind of add ons required for the CD, from flash
    players to adobe reader
    installer.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • TransitionManager in FLASH Projector

    Hey guys,
    I seem to be having a problem with the TransitionManager effects in Flash Projector flash...
    I have the following code snippet in an AS3 .AS file
    for each(item in list){
                    //trace(("site/phones/samsung-880/samsung-880-thumb.png").search(/\w-(thumb)/g));
                    //trace((.search(/\w-thumb/g) != -1)).toString());
                    dp.addItem({label: item.title, source: item.thumbimage});
                mediaViewer.addEventListener(ComponentEvent.SHOW,function(){var t:TransitionManager = new TransitionManager(mediaViewer);
                t.startTransition({type:Zoom, direction:Transition.IN, duration:7, easing:Elastic.easeInOut});});
              mediaViewer.visible = true;
                mediaViewer.loadMedia(dp);
    Where mediaViewer (a movieclip on the timeline) is a TileList component that I extended and...when visible = true Will do a Zoom in transition. The problem is that while the above code works fine in a SWF file it doesn't in the EXE file. The component is not shown nor is there any transition taking place. If I remove the Transition effect it works as expected. What can cause this? A bug perhaps?

    It seems that I needed to put and instance of the tile list component on the timeline inorder for it to get rendered.

  • Starting a flash projector from terminal

    Hi everyone,
    i have the following problem and it drives me mad. I´m
    developing a Flash game which retrieves data from a java Server.
    For presentation I have both things, the server and the
    Flash-Projektor on the same Computer. What I want is: Both
    programms startet with on click (one doubleclick :-) ) so I tried
    to start the server using fscommand but since the Server is a never
    stopping Thread, Flash blocks and waits for the application to
    end...which will never happen. So my new try is to start the Flash
    projector from tha java server interface via runtime.exec();
    everything I need now is what I have to enter in the Terminal
    (using OSX!) to start a Flash projector. I just can´t figure
    it out.
    Another thing would be: it doesn´t have to be a
    projector...could be normal swf also...then start it with a
    standalone player...but same problem: how do i start a standalone
    player from the terminal giving it the file he should open? Are
    there parameters I can pass to it? Anybody? Help!!!

    ok well you might be able to solve this by exectuing an
    AppleScript
    from the terminal, I don't rememeber the exact command but it
    can be
    done.
    You might also consider creating you app with mProjector for
    OS X, it
    adds many new commands into Flash including and openDocument
    command
    and an executeApplication command. It also allows you te
    create
    multiple window applications via a createWindow command - so
    you may be
    able to do what you need to in one application. Oh yeah and
    there are
    Flash Shaped windows, sometime very cool for games...
    check it out the calls mentioned a all here on the API docs
    page
    http://www.screentime.com/software/mprojector/docs/index.html
    Download the demo, it will installed the mProjector classes
    right into
    flash. Export your swf build the app in mProjector and away
    you go..
    John Pattenden
    Screentime Media - Flash Tools since 1997
    http://www.screentime.com

  • Flash Projector?

    What is Flash Projector? I have installed a Wacom Tablet and when I try to read the tutorial, the screen says "Adobe Projector has encountered a problem and must close." I just redownloaded the Flash Player. Is Flash Projector part of Flash Player?  Thanks

    A projector file is basically a Flash app that's embedded in the Flash StandAlone Player. You can create a projector file from the Flash Stand alone player.

  • Flash Projector & Microphone Class

    Salutations Everyone,
    I am developing an application that accesses captured video
    & audio by the Camera and Microphone classes. The camera works
    fine, but the projector disables the microphone from the
    application. The device is still in the Settings window, but when
    selected, it gives -1 as the activity level and has no volume.
    When the movie is tested inside Flash (ctrl+enter), the mic
    comes up without a hitch, but if the SWF or EXE published is run, I
    have to start and quit the tuner software to re-initialize the
    drivers.
    Anyone run into similar circumstances with Flash projectors
    and have any possible solutions (Maybe get something like SWF
    Studio)?
    Thanks for the help,
    Matt Holcombe

    I'm pretty sure I understand what you after. And I'm saying I don't think it's possible.
    you are playing some background music
    you are recording something via the mic
    you want to mix the 2 sounds together
    but you are getting the background music through the mic as well as the voice
    when you mix the mic with the background music you are basically getting 2 copies of the background music (1 from the playback and 1 from the mic)
    to solve your problem you would have to find a way to split the mic sample and I really don't think you are going to be able to do this.
    You could try and play around with the noiseSuppression level but I don't think you'll see any good results

  • Reading variables from a text file into a flash projector exe

    I am using Flash CS4 and my script is in ActionScript2.
    I am developing a flash projector file that runs when a user puts in a cd to guide them through the steps they need to install a program and then kicks off the installer.
    I use fscommand to run a utility that reads the users registry to determine the PCs regional settings and then writes this to a text file in the users %temp% directory.
    I then use the LoadVariablesNum command to read in the text file and get the variables.
    This was working fine when I had the text file stored in a different directory, but when I try and refer to the %temp% directory, I get an Error opening file message.
    Is there anyway to get flash to look in the %Temp% directory?
    Thanks in advance,
    Carol Lutz

    Code-tags sometimes cause wonders, I replaced # with *, as the code tags interprets # as comment, which looks odd:
    ******...*.........To your code: Did you test it step by step, to find out about what is read? You could either use a debugger (e.g., if you have an IDE) or system outs to get a clue. First thing to check would be, if the maze size is read correctly. Further, the following loops look odd:for(int i = 0; i < maze.length; i++) {
        for(int x = 0; x < maze.length; x++) {
            if (input.hasNextLine()) {
                String insert = input.nextLine();
                maze[x] = insert.charAt(x);
    }Shouldn't the nextLine test and assignment be in the outer loop? And assignment be to each maze's inner array? Like so:for(int i = 0; i < maze.length; i++) {
        if (input.hasNextLine()) {
            String insert = input.nextLine();
            for(int x = 0; x < insert.size(); x++) {
                maze[i][x] = insert.charAt(x);
    }Otherwise, only one character per line is read and storing a character actually should fail.

  • Does Flashplayer 17 work with Windows 8.1? (Using Flash Projector)

    I recently started playing a game called "Realm of the Mad God". This is a Flash based game that can be played on IE11/Chrome/Firefox and since FP17 in built-into those browsers, I have no trouble loading it. However when I try to run the game with Flash Projector, I get a "Version Loading Error". I believe this is happening since I do not have FP17 installed on my computer, just as an addon in my browsers. I currently have a Windows 8.1 desktop and I can't seem to find a download for FP17 off Adobe's website. This is the most recent link that the game uses to open..  http://www.realmofthemadgod.com/AGCLoader1424381358.swf  .. Upon pasting this link into any of the three browsers listed above, the game launches near instantly. But when I launch this through Flash Projector, I get the error pasted in the image below. *Note "Hardware Acceleration" is enabled* Anyone have any ideas? Let me know if more specfic info is required.

    I'd recommend downloading RotMG from Steam, this uses Adobe AIR and is supported by Wild Shadow Studios:
    Realm of the Mad God on Steam
    You can also run this full screen.

Maybe you are looking for