| Package | com.jeffdePascale.fosfr.core |
| Class | public class FosfrLite |
| Inheritance | FosfrLite FosfrBaseClass flash.events.EventDispatcher |
initialize method. Implemented in the FosfrLiteSWF class.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | debug : Debug
An instance of the Fosfr
Debug class. | FosfrBaseClass | |
![]() | flashVars : Object
An object containg variables passed in via the
FlashVars parameter of the SWF embed. | FosfrBaseClass | |
![]() | fosfrNotification : FosfrNotification | FosfrBaseClass | |
| liteSWF : FosfrLiteSWF
[read-only]
The stage of the SWF.
| FosfrLite | ||
![]() | local : Boolean
A Boolean value, passed in via flashVars, specifying whether the SWF file is running locally.
| FosfrBaseClass | |
![]() | projectName : String
A string value of the name of the project, as specified in the configuration XML file's
projectName node. | FosfrBaseClass | |
![]() | rootFolder : String
A string value, passed in via flashVars, specifying where the root of the SWF folder structure is relative to the embed.
| FosfrBaseClass | |
![]() | siteParameters : XMLList
An object pulled from the configuration xml file's
siteParameters node, if applicable. | FosfrBaseClass | |
![]() | tracking : Tracking
An instance of the Fosfr
Tracking class. | FosfrBaseClass | |
![]() | urlInfo : URLInfo
An instance of the
URLInfo class. | FosfrBaseClass | |
![]() | version : 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 | |
| Method | Defined by | ||
|---|---|---|---|
|
FosfrLite(_displayObj:FosfrInitializeSWFPrototype)
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 | ||
![]() |
loadConfig(_configPath:String):void
Loads the configuration xml file at the url specified.
| FosfrBaseClass | |
| liteSWF | property |
liteSWF:FosfrLiteSWF [read-only]The stage of the SWF.
Implementation public function get liteSWF():FosfrLiteSWF
| FosfrLite | () | constructor |
public function FosfrLite(_displayObj:FosfrInitializeSWFPrototype)
Instantiates an instance of the FosfrLite class.
_displayObj:FosfrInitializeSWFPrototype — A reference to the stage of the SWF file.
|
| 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.