Packagecom.jeffdePascale.fosfr.prototypes
Classpublic class FosfrInitializeSWFPrototype
InheritanceFosfrInitializeSWFPrototype Inheritance FosfrPrototype Inheritance flash.display.MovieClip
ImplementsIFosfrInitializeSWF
SubclassesFosfrLiteSWF, FosfrMainSWF

FosfrInitializeSWFPrototype builds upon FosfrPrototype by adding for instantiation of the fosfr framework. It is the prototype for FosfrLiteSWF and FosfrMainSWF

See also

com.jeffdePascale.fosfr.FosfrLiteSWF
com.jeffdePascale.fosfr.FosfrMainSWF


Public Methods
 MethodDefined by
  
FosfrInitializeSWFPrototype
 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
track(tag:String, forceMethod:String = null, ... args):void
provides a document class level shortcut to the fosfr.tracking.track() method.
FosfrPrototype
Constructor detail
FosfrInitializeSWFPrototype()constructor
public function FosfrInitializeSWFPrototype()