Reputation: 12905
A lot of users on one of our online apps complain about the app freezing
in the fullscreen mode.
I googled and came across many others complaining about this problem for
other flash apps.
Is it such a common problem,
or are there known causes for it?
Upvotes: 1
Views: 4574
Reputation: 1
I solved my problem using import flash.display.StageScaleMode; stage.scaleMode = StageScaleMode.NO_SCALE;
Upvotes: 0
Reputation: 655
If you disable "Enable hardware acceleration" and still have this issue:
Upvotes: 0
Reputation: 11
This solved the problem for me. Open a Flash player video. Right click and open settings
.
Click the screen icon down on the left side. If the enable hardware acceleration
is on, disable it.
Upvotes: 1
Reputation: 74909
This is a problem with GPU acceleration on some video cards. Have affected users turn off Flash hardware acceleration.
Upvotes: 1