Packagecom.adobe.flascc.preloader
Classpublic class DefaultPreloader
InheritanceDefaultPreloader Inheritance flash.display.MovieClip

By default, this preloader is injected into every flascc-generated SWF. After detecting that the SWF has fully loaded, it constructs a new Console object, which should cause the SWF to execute.

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".



Public Methods
 MethodDefined By
  
Construct the flascc preloader that is injected into every SWF by default.
DefaultPreloader
Constructor Detail
DefaultPreloader()Constructor
public function DefaultPreloader()

Construct the flascc preloader that is injected into every SWF by default.