all groups > flash actionscript > may 2006 >
You're in the

flash actionscript

group:

browser performance



browser performance icarusdown
5/5/2006 10:40:02 PM
flash actionscript: theoretical question:
I have noticed that setInterval or onEnterFrame animations aren't so smooth when swf is embeded in browser,
why?
Re: browser performance kglad
5/6/2006 1:54:36 AM
you either have a frame rate too low (when using onEnterFrame), setInterval()
with a frequency parameter too high, setInterval() with adquately low frequency
parameter but no updateAfterEvent(), animations too numerous or complex for the
host machine to handle smoothly or some other issue. but those are the most
common ones.
AddThis Social Bookmark Button