| Package | com.jeffdePascale.fosfr.utils |
| Class | public class FosfrClassPrototype |
| Inheritance | FosfrClassPrototype FosfrSWFPrototype FosfrPrototype flash.display.MovieClip |
| Method | Defined by | ||
|---|---|---|---|
| FosfrClassPrototype | |||
|
attachFosfr(__fosfr:Fosfr):void
| FosfrClassPrototype | ||
![]() |
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 | |
![]() |
loadSubSWF(target:*, deepLink:Array = null, loadVariables:Object = null, skipPreload:Boolean = false, preloadArray:Array = null, swfAddressChange:Boolean = true, forcedFullPageName:String = null):void
provides a document class level shortcut to the
fosfr.navigation.subLoader.load() method. | FosfrSWFPrototype | |
![]() |
track(tag:String, forceMethod:String = null, ... args):void
provides a document class level shortcut to the
fosfr.tracking.track() method. | FosfrPrototype | |