Mixin
Mix one class with another.
http://flexonrails.net/?p=79
Marching Ants Selection Rectangle
Simulate the ‘marching ants’ animated selection rectangle (a la photoshop)
http://www.quasimondo.com/archives/000571.php
FeedParser
Parses and validates an RSS Feed.
http://www.meychi.com/source/actionscript/classes/FeedParser.asÂ
Entities
Convert special characters to their escaped values, or turn the escaped value into the special character.
http://www.meychi.com/source/actionscript/classes/Entities.asÂ
SoundManager
Used for managing UI sounds within an app.http://www.createage.com/blog/?p=99
TabOrderManager
fromt he site:
What this does is allow you to save tabbing configurations, let’s say you have several forms on a page and the user can go back and forth between them.. what you’d do is create a tabbing order and name it (personalInfoOrder, purchaseFormOrder) and give it an array of the items in the tabbing order that they are meant to be viewed in. You can then just simply call setTabOrder() passing in the name of the tab order you want to use, and it will clear the old and set the new.
http://www.createage.com/blog/?p=100Â
EventBroadcaster
Event broadcaster used by composition.
http://www.createage.com/blog/?p=102
XMLLoader
XML loading class that resolves scope issues.
http://www.createage.com/blog/?p=104Â
DateTime
from the site:
A Date class that has better structure, and resembles higher level languages, specifically C#.
http://www.createage.com/blog/?p=45Â
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