Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AssetLoader
com.ayanray.loaders The Asset Loader Class allows a Flash Developer to load multiple types of files
with only one interface.
 AssetLoaderSettings
com.ayanray.loaders 
 AssetLoaderTypes
com.ayanray.loaders 
 BaseLoader
com.ayanray.loaders.handlers Base Loader is an abstract base class that will do nothing if you try to instantiate it.
 ILoader
com.ayanray.loaders.handlers All handlers must implement this class in order to be used by the AssetLoader Class
 ImageLoader
com.ayanray.loaders.handlers The Image Loader loads PNGs, GIFS (static), JPEGS, and SWFS.
 TextLoader
com.ayanray.loaders.handlers The TextLoader Class uses the URLLoader to load in raw text data into Flash.
 XmlLoader
com.ayanray.loaders.handlers