Image Cache →← Sleek New Skin!

AS3 Visualizer Class

We now have a version of the Visualizer class built in AS3. If you have the Flash 9 Public Alpha installed, you can download our demo and try it out. At this point, its not highly optimized and unfortunately you won’t see any performance gain. Perhaps we’ll work on an AS3 version of the Visualizer interface application as well. FYI: Visualizer 1.3 is now in the works.

October 19th, 2006  by Stephen  /  1 Comment

Comments on “AS3 Visualizer Class”

  1. Before I found this, I’d already converted Visualizer to AS3 on my own. I just looked at this. It probably help performance to add the event listener to your timer only once, then use start() and stop(). As it is, you’re constantly running your timer and adding event listeners. Either way, cool stuff.

    Steve Schieberl on August 30th, 2007 at 4:18 pm