Package | com.adobe.flascc.preloader |
Class | public class DefaultPreloader |
Inheritance | DefaultPreloader ![]() |
If a suitable HTTPBackingStore has been linked into the SWF, it will be be created and the SWF will only start once the contents have been downloaded.
To replace the default preloader, you should compile this class to a SWF and tell gcc/g++ to use it with the argument "-swf-preloader=foo.swf". Alternatively, if you don't want a preloader, use "-no-swf-preloader".
Method | Defined By | ||
---|---|---|---|
Construct the flascc preloader that is injected into every SWF by default. | DefaultPreloader |