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 kn开发者_如何学运维own causes for it?This is a problem with GPU acceleration on some video cards. Have affected users turn off Flash hardware acceleration.
- Go to any website with Flash (ex., photoshop.com)
- Right-click on the Flash movie
- Click Settings...
- Select the "Display" tab if it's not already selected (first tab)
- Uncheck "Enable hardware acceleration"
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.
If you disable "Enable hardware acceleration" and still have this issue:
- go to your video card settings(as for me it is NVidia Control Panel)
- change Integrated graphics to High-Performance processor for FireFox(and anything else you need)
- Apply setting and without any reloads try to view video in fullscreen
I solved my problem using import flash.display.StageScaleMode; stage.scaleMode = StageScaleMode.NO_SCALE;
精彩评论