| Package | com.jeffdePascale.fosfr.core |
| Class | public class Fosfr |
| Inheritance | Fosfr FosfrBaseClass flash.events.EventDispatcher |
Navigation branch. Implemented in the FosfrMainSWF 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 | |
![]() | local : Boolean
A Boolean value, passed in via flashVars, specifying whether the SWF file is running locally.
| FosfrBaseClass | |
| mainSWF : FosfrMainSWF
[read-only]
The stage of the SWF.
| Fosfr | ||
| navigation : Navigation
[read-only]
An instance of the
Navigation class
| Fosfr | ||
![]() | 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 | |
| shellSWF : FosfrShellSWF
An instance of the FosfrShellSWF class that correlates to the active FosfrShellSWF file loaded in to the FosfrMainSWF file.
| Fosfr | ||
![]() | siteParameters : XMLList
An object pulled from the configuration xml file's
siteParameters node, if applicable. | FosfrBaseClass | |
| subSWF : FosfrSubSWF
An instance of the FosfrSubSWF class that correlates to the active FosfrSubSWF file loaded in to the FosfrShellSWF file.
| Fosfr | ||
![]() | 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 | ||
|---|---|---|---|
|
Fosfr(_displayObj:FosfrInitializeSWFPrototype)
Instantiates an instance of the Fosfr class.
| Fosfr | ||
![]() |
loadConfig(_configPath:String):void
Loads the configuration xml file at the url specified.
| FosfrBaseClass | |
| mainSWF | property |
mainSWF:FosfrMainSWF [read-only]The stage of the SWF.
Implementation public function get mainSWF():FosfrMainSWF
| navigation | property |
navigation:Navigation [read-only]
An instance of the Navigation class
public function get navigation():Navigation
See also
| shellSWF | property |
public var shellSWF:FosfrShellSWF
An instance of the FosfrShellSWF class that correlates to the active FosfrShellSWF file loaded in to the FosfrMainSWF file. This property allows access to the SWF file via the fosfr framework by referencing fosfr.shell from anywhere within the project.
See also
| subSWF | property |
public var subSWF:FosfrSubSWF
An instance of the FosfrSubSWF class that correlates to the active FosfrSubSWF file loaded in to the FosfrShellSWF file. This property allows access to the SWF file via the fosfr framework by referencing fosfr.subSWF from anywhere within the project.
See also
| Fosfr | () | constructor |
public function Fosfr(_displayObj:FosfrInitializeSWFPrototype)Instantiates an instance of the Fosfr class.
Parameters_displayObj:FosfrInitializeSWFPrototype — A reference to the stage of the SWF file.
|