Packagecom.jeffdePascale.fosfr.utils
Classpublic class FosfrClassPrototype
InheritanceFosfrClassPrototype Inheritance FosfrSWFPrototype Inheritance FosfrPrototype Inheritance flash.display.MovieClip



Public Methods
 MethodDefined by
  
FosfrClassPrototype
  
attachFosfr(__fosfr:Fosfr):void
FosfrClassPrototype
 Inherited
debug(str:*):void
provides a document class level shortcut to the fosfr.debug.update() method.
FosfrPrototype
 Inherited
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
 Inherited
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
 Inherited
track(tag:String, forceMethod:String = null, ... args):void
provides a document class level shortcut to the fosfr.tracking.track() method.
FosfrPrototype
Constructor detail
FosfrClassPrototype()constructor
public function FosfrClassPrototype()
Method detail
attachFosfr()method
public override function attachFosfr(__fosfr:Fosfr):voidParameters
__fosfr:Fosfr