Skip to main content
Inspiring
December 10, 2008
Question

Flash 10 Running in FullScreen freezes

  • December 10, 2008
  • 7 replies
  • 9066 views
Ok,
I have had an issue come up a couple times with publishing a stand-alone projector with Flash Player 10. When running in fullscreen mode, the visual of the program will freeze occasionally. The program actually continues to run in the background, and respond to clicks, but you can't see it happen. If you escape out of fullscreen mode, then you can see the program running, and the result of the touches (clicks) that you couldn't see in fullscreen mode. This is a stand alone kiosk and needs to be stable, but I can't seem to figure out what this is happening. This isn't when running FLVs, as most of the other posts have asked about. So, has anyone else had this problem or have any ideas what could be causing it. The strangest part is that the program continues to run, but the screen just doesn't update. Any ideas would be much appreciated.

- B
This topic has been closed for replies.

7 replies

Participant
March 19, 2010

I have the same issue. I am also working on a kiosk, so fullscreen is badly needed. I have tested the same application on another machine with ATI graphics card and 64  bit XP and it seems not to produce the same issue. The original freezing machine runs on an Nvidia card and 32bit XP. I have tried the following whitout any luck:

- setting hardware acceleration of in the Flash player

- in the Nvidia control panel setting all 3d acceleration to none (or optimize for performance)

I am using Flash player v 10.0.45.2.

I would like to try the flash player 10.1 beta, but theere seems to be no projector player available on adobe labs. Any idea where i could get that?

Participant
March 17, 2010

In my case, what had happened is when I animate with the timeline... was sooo slow. When I tried to animate by AS, only could see the last step of the animation. At the end, I have discovered that I cannot use "FILTERS", because when I was using the Drop Shadow, everything went as you said, freeze.

Try to remove all the filters.

Participant
March 17, 2010

Sorry... in my case, the issue was only using the Projector to make an interactive Cd.

Hope this helps

Participating Frequently
February 22, 2010

I'm having the same problem.

The Flash .exe projector freezes after a random amount of time (minutes, hours or days) when running full screen. If you press the escape key to knock it out of full screen it will start running again. I have yet to check this behaviour in a mac projector file (.app)

The movie i'm displaying is a simple 30 frame loop - the only code on it is the full screen and scaling code. This film works fine when published with CS3, when published in CS4 i get the problems described above.

The movie is an Actionscript 2.0 movie and this is the only code in it:

onClipEvent (load) {
    Mouse.hide();
    fscommand("allowscale", "false");
    fscommand("fullscreen", "true");
    _visible = false;
}

February 23, 2010

Thanks for the sample code; I'm looking in this issue.

Participant
January 20, 2010

Wow, nothing like bumbing a year old post, but I'm having the exact same problems with a Kiosk I'm troubleshooting right now.

During development I was working on Windows 7 and saw no problems. Once the fullscreen flash projector was put on the Kiosk machine running WinXP it would randomly freeze. Sometimes it would run perfectly fine through out an evening until the next morning and sometimes it would freeze 5 minutes after the machine was turned on. The same thing as other people report, it seems to actually be running the program, but the on screen animation has frozen. Bringing the projector out of fullscreen mode with ctrl-F or esc will "fix" the problem and the animation will start back up, you can then go back into fullscreen mode, but it will freeze again after a random period of time.

I probably have a bit of a unique kiosk setup that forces me to run WinXP and hardware acceleration, so that suggested fix won't work for me. My kiosk is running 4 widscreen monitors in a row as two side by side spanned desktops. I require hardware acceleration in order to properly run the Nvidia control panel which allows the machine to have spanned desktops. The machine is a quite powerful machine with a 3Ghz Dual Core processor, 2 Gigs of RAM and dual Nvidia Geforce cards.

I am building the projectors using the latest flash player 10.0 r42 and the hardware acceleration is set to none on my publish settings. The application was programmed in AS3 and authored using Flash CS4.

Another observation based on my unique layout, I have two projectors running at once, one fullscreen on each spanned desktop. Only the projector that has focus seems to be freezing. The 2nd projector that does not have the systems focus will continue running normally. Also, possibly by co-incidence it seems to freeze when not being used, but based on how random the freezing is that may just be luck so far.

Unfortunately I don't have easy access to the Kiosk so I am trying to test on a VMware virtual machine and I am able to recreate the screen freezing effect.

Any more ideas or solutions out there?

Inspiring
February 27, 2009
Hey folks,
The solution that I had to use was to disable hardware acceleration on the system. This hurt the performance of the application I was working on, but it seemed to be the only thing that would prevent the freezing. It was very frustrating that this would happen at random times, for no clear reason. I was working on some kiosk applications for a museum, so I had control of the computer I was working on and could tweak flash settings, although this may not be the case for everyone. Hope that helps.

- B
Participant
February 27, 2009
I have the same problem, it happens pretty consistently on Windows XP (SP3) x32. Seems fine on XP x64 (also Windows Vista x64, havent tested x32 Vista)
Inspiring
December 11, 2008
I am going to bump this in the hope that someone will have an idea. I think that not as many people deal with kiosk/stand alone programs as I do, so often its hard to find someone who has dealt with the same issue. I have read a ton of posts about video freezing but audio continuing to play when in fullscreen mode, which is pretty much what is happening here, but it's a flash program with no video. The program continues to execute in the background, but the visual stops updating when in fullscreen mode. It doesn't happen instantly, or even consistently, but it has happened on more than one system, with more than one program.

- B
Participant
January 16, 2009
I'm having the same problem on a kiosk. Apparently the software has frozen and then when escaped from fullscreen has recovered. The software appears to running in the background even though the screen is frozen. The software is running a variety of h264 videos, vector and image content. We are running on Windows XP with Flash Player 10.
Participant
February 9, 2009
I'm going to bump this by adding that I have been running an exe made in Flex 2. I have seen this error happen immediately upon entering fullscreen three times but also I have had the exe running for over a week before the freeze occurs. Same result. Press ESC to unfreeze the Flash movie.

I will also state that it matters not whether Flash is displaying video, vectors or bitmaps. Same problem can occur whatever content Flash is displaying.