Categories
- Air Native Extension
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Compression
- Computer Vision
- Cryptography
- Debug
- Engines
- Frameworks
- IDE
- IM
- Input
- Loaders
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Sound
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Uncategorized
- XML
Loaders
AssetManager
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
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
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
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
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
