Wednesday, March 26, 2008

Speed optimization in Actionscript 3

I'm working right now on a project that displays 200 photos on screen and allows the user to select them to see more details. It's running pretty slow right now so the next step is to optimize it to improve the performance. The first step is to read Colin Moock's section on garbage collection in Essential Actionscript 3 and secondly I found this great site that also outlines some other performance improving tips:

http://osflash.org/as3_speed_optimizations

Another great article:

http://www.tricedesigns.com/tricedesigns_home/blog/2006/09/more-on-flex-framerate-and-performance.html

No comments: