Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Tiansen
  • Content: Threads
  • Order by date
  1. Tiansen

    Fading images in and out

    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)...
  2. Tiansen

    Flash animation - reducing CPU usage

    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...
  3. Tiansen

    Flash wastes memory with loadvars

    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")...

Part and Inventory Search

Back
Top