Serializer
Serializer Class enable (For Macromedia Flash) you to pass and receive complex data type from and to PHP and Flash using the native PHP functions serialize and unserialize. Flash received data will be a native Flash object
 http://sourceforge.net/projects/serializerclass/
With SuperFades you can fade a MovieClip to any:
- full or shaded color (hex)
- transparancy level (%)
- colorTransformObject
- Brightness level (%)
http://stimpson.flashvacuum.net/mt/archives/2004/08/superfades.html
SuperEase
SuperEase is an Actionscript 2 class package which you can use to very easily perform various sorts of easing on the (numeric) properties of any object, based on a given duration and framerate. These objects includes Movieclips and custom made objects.
http://stimpson.flashvacuum.net/mt/archives/2004/08/superease_1.htmlÂ
DoLater
A standalone class that mimicks the ‘doLater()’ functionality of UIObject.
http://stimpson.flashvacuum.net/mt/archives/2005/07/standalone_dola.htmlÂ
FrameDelay
From the site:
Along the lines of Delegate, FrameDelay is part of the standard framework I use for developing flash components (mostly for delayed invalidation). FrameDelay is based on DoLater() which is part of the V2 component architecture, but with an optional framecount.
http://stimpson.flashvacuum.net/mt/archives/2006/08/as_30_framedela.htmlÂ
Date Formatter
Format date timestamps by using various strings.
-
import DateFormatter;
-
var testDate:Date = new Date();
-
trace(DateFormatter.formatTo(testDate, "mm/dd/yyyy"));
Atom
An AS 2 class to represent and parse Atom feeds.
http://weblogs.macromedia.com/mesh/archives/2004/02/atom_feed_actio.htmlÂ
Turtle Graphics
Create interesting line drawings
http://www.scriptable.com/blog/actionscript/2005/03/turtle-graphics-class.htmlÂ
ToolTip
Another tool tip class.
http://www.thecodebehind.com/code/actionscript-20-tooltip-class.aspxÂ
Regular Expression
user regular expressions in AS 2.
http://www.robgonda.com/blog/index.cfm/2006/3/1/actionscript-regular-expression-classÂ