| Interface | Description | |
|---|---|---|
| ILoader | All handlers must implement this class in order to be used by the AssetLoader Class |
| Class | Description | |
|---|---|---|
| BaseLoader | Base Loader is an abstract base class that will do nothing if you try to instantiate it. | |
| ImageLoader | The Image Loader loads PNGs, GIFS (static), JPEGS, and SWFS. | |
| TextLoader | The TextLoader Class uses the URLLoader to load in raw text data into Flash. | |
| XmlLoader |