| Package | com.jeffdePascale.fosfr.prototypes |
| Class | public class FosfrInitializeSWFPrototype |
| Inheritance | FosfrInitializeSWFPrototype FosfrPrototype flash.display.MovieClip |
| Implements | IFosfrInitializeSWF |
| Subclasses | FosfrLiteSWF, FosfrMainSWF |
FosfrInitializeSWFPrototype builds upon FosfrPrototype by adding for instantiation of the fosfr framework. It is the prototype for FosfrLiteSWF and FosfrMainSWF
See also
| Method | Defined by | ||
|---|---|---|---|
| FosfrInitializeSWFPrototype | |||
![]() |
debug(str:*):void
provides a document class level shortcut to the
fosfr.debug.update() method. | FosfrPrototype | |
![]() |
init():void
Called automatically upon completion of the initialization process by Fosfr, this method should be overriden and used as the starting point for the SWF file.
| FosfrPrototype | |
![]() |
track(tag:String, forceMethod:String = null, ... args):void
provides a document class level shortcut to the
fosfr.tracking.track() method. | FosfrPrototype | |