0
votes

In my flash based project, i render swf files in browser flash player as swf pages. While it works fine in screens with resolution below "1920 *1080", but has issues of very slow page loading in high-resolution screens like Mac Cinema display (resolution 2560*1440) and MacBook pro with retina display (resolution 2880* 1800).

I donot have any resolution specific codes in my project and i am not sure how can i reduce the loading time without having to worry about screen resolution of the machine. I searched a lot for similar issues but without any success.

Could anyone help me or guide me to the right directions for what needs to be done for having my flash based project to have support of high-resolution screens? My flash player version is "15.0.0.152".

1

1 Answers

0
votes

Compress your swfs with LZMA compression (Lempel-Ziv-Markov chain Algorithm). Also you can try turning on hardware acceleration to GPU. That should speed up things.