Loaders

Classes and tools to bulk load data.

AssetManager

Loaders , | 1 Comment

AssetManager is a simple, yet flexible, solution to asset management for AS3 projects. It provides a clean, simple and well documented API to allow you to focus on building your projects quickly without having to worry about how to load, … Continue reading

Lowke Assetloader

Loaders , | 1 Comment

Lowke Assetloader is designed to allow you to easily bulk load assets from external files. In particular, it easily and conveniently supplies you with a single reference to your external asset. Clearing that reference generally will release the asset from … Continue reading

AssetLoader

Loaders , | Leave a comment

AssetLoader is a multi file/asset loader for AS3 built on AS3Signals. It provides an easy way to load multiple files. Some features: Automatic Type detection. Multiple connections, which you can define. No Events, AS3Signals only. No singletons! Construct as many AssetLoaders as … Continue reading

LoaderMax

Loaders , , | Leave a comment

LoaderMax is a loading system that can handle swf, mp3, css, video, image, text, binary, and xml files. These are a few of the noteworthy features: Integrated subloaders – LoaderMax can recognize other LoaderMax-related loaders inside an asset being loaded … Continue reading

PreLoader

Loaders , | Leave a comment

PreLoader has an integrated loader queue which allows one loading process at a time. It also has some convenient features like smoothing images when scaling them down. Some of its features: Having a super easy loading queue that enables you … Continue reading