HomeAbout

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.

http://www.yapiodesign.com/blog/2005/11/10/dateformatter-static-class-update-of-darron-schalls-dateformatas/

Actionscript:
  1. import DateFormatter;
  2. var testDate:Date = new Date();
  3. 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Â