Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| ConfigLoader
| com.jeffdePascale.fosfr.core | Handles the load process for the configuration xml file for Fosfr, and returns an XML object to the Fosfr instance for parsing. | |
| ConfigLoaderEvent
| com.jeffdePascale.fosfr.core |
Fosfr dispatches ConfigLoaderEvent objects during the loading of the configuration xml file by FosfrBaseClass. |
|
| Cookies
| com.jeffdePascale.fosfr.utils | Static methods for accessing and modifying cookie information. | |
| Debug
| com.jeffdePascale.fosfr.debug |
The Debug class is a visual debugging utlity for AS3. |
|
| DebugButton
| com.jeffdePascale.fosfr.debug.graphics |
Internal use only - Defines and creates the button graphics utlizied in the Debug class. |
|
| DebugEmailDispatcher
| com.jeffdePascale.fosfr.debug.utils |
Internal use only - An addon utlity for the Debug class that enables the ability to email the values in the Debug panel to a list of specified recipient. |
|
| DebugEvent
| com.jeffdePascale.fosfr.debug |
The Debug class dispatches DebugEvent objects when the Debug.update() method sends a new value to the debugger. |
|
| DeepMetrix
| com.jeffdePascale.fosfr.tracking.methods | ||
| DoubleClickFloodlight
| com.jeffdePascale.fosfr.tracking.methods | Method for tracking DoubleClick Floodlight tags. | |
| DoubleClickSpotlight
| com.jeffdePascale.fosfr.tracking.methods | Method for tracking DoubleClick Spotlight tags. | |
| ErrorNotificationLevel
| com.jeffdePascale.fosfr.core.fosfrNotification | ... | |
| Fosfr
| com.jeffdePascale.fosfr.core |
Instantiates an instance of the complete Fosfr framework, including the Navigation branch. |
|
| FosfrBaseClass
| com.jeffdePascale.fosfr.core | The core of the Fosfr framework. | |
| FosfrClassPrototype
| com.jeffdePascale.fosfr.utils | ||
| FosfrError
| com.jeffdePascale.fosfr.core.fosfrNotification | ||
| FosfrErrorSeverity
| com.jeffdePascale.fosfr.core.fosfrNotification | ... | |
| FosfrEvent
| com.jeffdePascale.fosfr.core |
Fosfr dispatches FosfrEvent objects during the instantiation process of the Fosfr core classes. |
|
| FosfrExternalClass
| com.jeffdePascale.fosfr.utils.externalClasses | ||
| FosfrExternalMCClass
| com.jeffdePascale.fosfr.utils.externalClasses | ||
| FosfrInitializeSWFPrototype
| com.jeffdePascale.fosfr.prototypes |
FosfrInitializeSWFPrototype builds upon FosfrPrototype by adding for instantiation of the fosfr framework. |
|
| FosfrLite
| com.jeffdePascale.fosfr.core |
Instantiates an instance of the core of the Fosfr framework, and allows for instantiation without a configuration xml file via the initialize method. |
|
| FosfrLiteExternalClass
| com.jeffdePascale.fosfr.utils.externalClasses | ||
| FosfrLiteExternalMCClass
| com.jeffdePascale.fosfr.utils.externalClasses | ||
| FosfrLiteSWF
| com.jeffdePascale.fosfr |
One of the core implementation classes for the Fosfr framework, the FosfrLiteSWF class is best implemented as a base class for a SWF file's document class. |
|
| FosfrMainSWF
| com.jeffdePascale.fosfr |
One of the core implementation classes for the Fosfr framework, the FosfrMainSWF class is one of three classes used when implementing Fosfr as a full site build, along with FosfrShellSWF and FosfrSubSWF. |
|
| FosfrNotification
| com.jeffdePascale.fosfr.core.fosfrNotification | ||
| FosfrPrototype
| com.jeffdePascale.fosfr.prototypes |
FosfrPrototype is the core prototype class for the Fosfr framework. |
|
| FosfrShellSWF
| com.jeffdePascale.fosfr |
One of the core implementation classes for the Fosfr framework, the FosfrShellSWF class is one of three classes used when implementing Fosfr as a full site build, along with FosfrMainSWF and FosfrSubSWF. |
|
| FosfrSubSWF
| com.jeffdePascale.fosfr |
One of the core implementation classes for the Fosfr framework, the FosfrSubSWF class is one of three classes used when implementing Fosfr as a full site build, along with FosfrMainSWF and FosfrShellSWF. |
|
| FosfrSWFPrototype
| com.jeffdePascale.fosfr.prototypes |
FosfrSWFPrototype builds upon FosfrPrototype by adding functionality for the fosfr.navigation branch. |
|
| GooglePageTracker
| com.jeffdePascale.fosfr.tracking.methods |
Method for Google Analytics, using the current pageTracker API. |
|
| GoogleUrchinTracker
| com.jeffdePascale.fosfr.tracking.methods |
Method for Google Analytics, using the legacy urchinTracker API. |
|
| GraphicalNavController
| com.jeffdePascale.fosfr.navigation.graphicalNav | ||
| GraphicalNavEvent
| com.jeffdePascale.fosfr.navigation.graphicalNav | ||
| Hitbox
| com.jeffdePascale.fosfr.tracking.methods | Method for Hitbox tracking. | |
| IFosfr
| com.jeffdePascale.fosfr.prototypes | The IFosfr interface is the core interface for prototypes of the Fosfr framework base classes. | |
| IFosfrInitializeSWF
| com.jeffdePascale.fosfr.prototypes | The IFosfrInitializeSWF interface expands upon the IFosfr interface for FosfrIntializeSWFPrototype based classes. | |
| IFosfrSWF
| com.jeffdePascale.fosfr.prototypes | The IFosfrSWF interface expands upon the IFosfr interface for FosfrSWFPrototype based classes. | |
| INavChangePrototype
| com.jeffdePascale.fosfr.navigation.graphicalNav.changeTypes.prototype | ||
| IncludeChangeTypes
| com.jeffdePascale.fosfr.navigation.graphicalNav.changeTypes | ||
| ITrackMethod
| com.jeffdePascale.fosfr.tracking.methods.prototype | The ITrackMethod interface is the core interface for prototypes of the Tracking methods of the Fosfr framework. | |
| JSONHandler
| com.jeffdePascale.fosfr.utils.jsonHandler | The JSONHandler class provides methods for connecting to and receiving back information from JSON handlers. | |
| JSONHandlerEvent
| com.jeffdePascale.fosfr.utils.jsonHandler |
JSONHandler dispatches JSONHandlerEvent objects when the callback method of the JSONHandler instance is called by javascript. |
|
| LoaderState
| com.jeffdePascale.fosfr.navigation.loaders | ... | |
| NavArray
| com.jeffdePascale.fosfr.navigation |
The NavArray class handles control of the list of subSWF files for the Navigation class. |
|
| NavChangePrototype
| com.jeffdePascale.fosfr.navigation.graphicalNav.changeTypes.prototype | ||
| Navigation
| com.jeffdePascale.fosfr.navigation |
The Navigation class adds functionality for building full sites with master SWF files and interchangeable content SWF's. |
|
| NavigationEvent
| com.jeffdePascale.fosfr.navigation |
Fosfr dispatches NavigationEvent objects to FosfrSWF instances to notify of updates within the Navigation branch. |
|
| NavLoaderEvent
| com.jeffdePascale.fosfr.navigation.loaders |
Fosfr dispatches NavLoaderEvent objects during the loading process of classes that extend the NavLoaderPrototype class. |
|
| NavLoaderPrototype
| com.jeffdePascale.fosfr.navigation.loaders |
The prototype class for the ShellLoader and SubLoader classes. |
|
| None
| com.jeffdePascale.fosfr.navigation.graphicalNav.changeTypes | ||
| ShellLoader
| com.jeffdePascale.fosfr.navigation.loaders | Handles loading of the FosfrShellSWF file. | |
| SubLoader
| com.jeffdePascale.fosfr.navigation.loaders | Handles loading of the FosfrSubSWF files. | |
| SWFAddressHandler
| com.jeffdePascale.fosfr.navigation.swfAddress |
Ties SWFAddress functionality to the Navigation class of the Fosfr framework. |
|
| SWFAddressHandlerEvent
| com.jeffdePascale.fosfr.navigation.swfAddress |
Fosfr dispatches SWFAddressHandlerEvent objects when changes occur in the SWFAddressHandler class. |
|
| Tint
| com.jeffdePascale.fosfr.navigation.graphicalNav.changeTypes | ||
| Tracking
| com.jeffdePascale.fosfr.tracking |
the Tracking class handles queueing and processing of tracking tags within a Fosfr project. |
|
| TrackingEvent
| com.jeffdePascale.fosfr.tracking |
Fosfr dispatches TrackingEvent objects every time the the track method of the chosen tracking methods is called. |
|
| TrackingMethods
| com.jeffdePascale.fosfr.tracking | ||
| TrackMethodPrototype
| com.jeffdePascale.fosfr.tracking.methods.prototype | This class serves as the prototype for all method classes of the Tracking package. | |
| TwoFrameMovieClip
| com.jeffdePascale.fosfr.navigation.graphicalNav.changeTypes | ||
| URLInfo
| com.jeffdePascale.fosfr.core | Parses variables out of the query string and provides information on the URL. | |
| WebTrends
| com.jeffdePascale.fosfr.tracking.methods | ||
| XMLListTools
| com.jeffdePascale.fosfr.core | XMLListTools provides two methods for processing XMLList objects for internal use within the Fosfr framework. |