Packagecom.jeffdePascale.fosfr.navigation
Classpublic class NavigationEvent
InheritanceNavigationEvent Inheritance flash.events.Event

Fosfr dispatches NavigationEvent objects to FosfrSWF instances to notify of updates within the Navigation branch. There are two types of Config Loader Event:

See also

com.jeffdePascale.fosfr.navigation.Navigation


Public Properties
 PropertyDefined by
  id : uint
[read-only]
NavigationEvent
Public Constants
 ConstantDefined by
  SHELL_LOADED : String = "shellLoaded"
[static] The NavigationEvent.SHELL_LOADED constant defines the value of the type property of the event object for a shellLoaded event.
NavigationEvent
  SUB_SWF_LOADED : String = "subSWFLoaded"
[static] The NavigationEvent.SUB_SWF_LOADED constant defines the value of the type property of the event object for a subSWFLoaded event.
NavigationEvent
Property detail
idproperty
id:uint  [read-only]Implementation
    public function get id():uint
Constant detail
SHELL_LOADEDconstant
public static const SHELL_LOADED:String = "shellLoaded"

The NavigationEvent.SHELL_LOADED constant defines the value of the type property of the event object for a shellLoaded event.

The properties of the event object have the following values:

Property Value
type "complete"
bubbles A Boolean value.
cancelable A Boolean value.
SUB_SWF_LOADEDconstant 
public static const SUB_SWF_LOADED:String = "subSWFLoaded"

The NavigationEvent.SUB_SWF_LOADED constant defines the value of the type property of the event object for a subSWFLoaded event.

The properties of the event object have the following values:

Property Value
type "complete"
bubbles A Boolean value.
cancelable A Boolean value.