The net.guttershark.support.preloading.worker package contains worker classes that implement loading of different types of assets from a PreloadingController.



Classes
 ClassDescription
 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.
 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.
 Worker The Worker class is a generic worker that implements base logic for loading an Asset.
 WorkerInstances The WorkerInstances class is an instance factory that returns instances of workers based on a filetype being loaded.
 XMLWorker The XMLWorker class is the worker that loads all xml files.