The gs.preloading.worker package contains worker classes that implement loading of different types of assets.
| Class | Description | |
|---|---|---|
| BitmapWorker | The BitmapWorker class is the worker that loads all assets that are considered bitmap files. | |
| FLVWorker | The FLVWorker class loads progressive flv's with a net stream object. | |
| FZipWorker | The FZipWorker class does the work of loading an FZip file. | |
| JSONWorker | The JSONWorker class is a worker that's used to load some URL that's JSON. | |
| SoundWorker | The SoundWorker class is the worker loads all sound files. | |
| StyleSheetWorker | The StyleSheetWorker class is the worker that loads all css files. | |
| SWFWorker | The SWFWorker class is the worker that loads all swfs. | |
| TextWorker | The TextWorker class is a worker used to load any source that is treated as raw text. | |
| Worker | The Worker class is a generic worker that implements base logic for loading an Asset. | |
| XMLWorker | The XMLWorker class is the worker that loads all xml files. |