|
|
Question : Reduce CPU load of flash movie
|
|
Hi,
I've created a flash site, to a brief that requested an intro sequence with a fog effect that has been achieved using PNGs of smoke, all alpha tweening in different directions.
This works fine however, is quite demanding on CPU usage.
I imagine my code is also quite poor and so this, I should think would also contribute to a high CPU usage alongside the movei being played at 30fps.
Are there any practical steps anyone can recommend to attempt to reduce the CPU load of a) this project and b) future Flash projects.
FLA can be found at: http://www.ultimateenergyplc.com/test/download.html
Thanks
|
Answer : Reduce CPU load of flash movie
|
|
in fogMC try adding the following code on the first frame
_quality = "LOW";
and add _quality = "HIGH"; to the last frame (frame 225)
Hope that helps
|
|
|
|
|