Packagecom.jeffdePascale.fosfr.core
Classpublic class FosfrLite
InheritanceFosfrLite Inheritance FosfrBaseClass Inheritance flash.events.EventDispatcher

Instantiates an instance of the core of the Fosfr framework, and allows for instantiation without a configuration xml file via the initialize method. Implemented in the FosfrLiteSWF class.

See also

com.jeffdePascale.fosfr.FosfrLiteSWF


Public Properties
 PropertyDefined by
 Inheriteddebug : Debug
An instance of the Fosfr Debug class.
FosfrBaseClass
 InheritedflashVars : Object
An object containg variables passed in via the FlashVars parameter of the SWF embed.
FosfrBaseClass
 InheritedfosfrNotification : FosfrNotification
FosfrBaseClass
  liteSWF : FosfrLiteSWF
[read-only] The stage of the SWF.
FosfrLite
 Inheritedlocal : Boolean
A Boolean value, passed in via flashVars, specifying whether the SWF file is running locally.
FosfrBaseClass
 InheritedprojectName : String
A string value of the name of the project, as specified in the configuration XML file's projectName node.
FosfrBaseClass
 InheritedrootFolder : String
A string value, passed in via flashVars, specifying where the root of the SWF folder structure is relative to the embed.
FosfrBaseClass
 InheritedsiteParameters : XMLList
An object pulled from the configuration xml file's siteParameters node, if applicable.
FosfrBaseClass
 Inheritedtracking : Tracking
An instance of the Fosfr Tracking class.
FosfrBaseClass
 InheritedurlInfo : URLInfo
An instance of the URLInfo class.
FosfrBaseClass
 Inheritedversion : String
A string value for the version number of the project, as specified in the version attribute of the configration XML file's projectName node.
FosfrBaseClass
Protected Properties
 PropertyDefined by
 InheritedxmlListTools : XMLListTools
FosfrBaseClass
Public Methods
 MethodDefined by
  
Instantiates an instance of the FosfrLite class.
FosfrLite
  
initialize():void
Alternatively to the createFosfr method, this method initializes variables to their default values in the Fosfr framework when a configuration XML file is not utilized.
FosfrLite
 Inherited
loadConfig(_configPath:String):void
Loads the configuration xml file at the url specified.
FosfrBaseClass
Events
 EventSummaryDefined by
 Inherited Dispatched when the configuration file has been loaded and parsing has begun.FosfrBaseClass
 Inherited Dispatched when Fosfr has completed initialization.FosfrBaseClass
Public Constants
 ConstantDefined by
 InheritedBUILD : String = "104"
[static]
FosfrBaseClass
 InheritedVERSION : String = ".8 BETA"
[static] The version release number of Fosfr.
FosfrBaseClass
Property detail
liteSWFproperty
liteSWF:FosfrLiteSWF  [read-only]

The stage of the SWF.

Implementation
    public function get liteSWF():FosfrLiteSWF
Constructor detail
FosfrLite()constructor
public function FosfrLite(_displayObj:FosfrInitializeSWFPrototype)

Instantiates an instance of the FosfrLite class.

Parameters
_displayObj:FosfrInitializeSWFPrototype — A reference to the stage of the SWF file.
Method detail
initialize()method
public function initialize():void

Alternatively to the createFosfr method, this method initializes variables to their default values in the Fosfr framework when a configuration XML file is not utilized.