PDA

View Full Version : CPU Usage Problem


kifah
12-01-2007, 11:32 AM
Hello ...

I'm working on small SWF in Flex 2.0 ...
the SWF include fade,move effects on images

the problem is if I set "bitmap.smoothing" attribute to "true" on my images the CPU Usage is increasing about 70% when the effect is running.

do you have any idea about the solution ?
or if there are alternative solutions ?

thanks in advance

dr_zeus
12-03-2007, 06:38 PM
The solution would be to listen for events that indicate when an effect has started and ended to turn off smoothing while the animation is running.