Hello!
I have a simple Flash animation - fading in and out different images. I have done it with an Actionscript (changing alpha value). That worked ok only on new processors - on all others it eats 100% CPU. I then tried to do it with timeline (motion tween between 2 alpha values of picture)...
I made a Flash animation with Actionscript (changing alpha value with timer etc. etc.). But on slower PCs it eats pretty much CPU unfortunately. Is it possible to somehow convert this movie into some series of images or something? Or to somehow "capture" movie into barebone movie with no graphic...
Okay, here is a sample, that wastes memory. It reads variables from server (database) continuosly (onLoad is called when previous loading is complete). Memory usage grows every minute, so it is unusable.
load_lv=new LoadVars();
load_lv.load("/path/to/php/file.php")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.