Class SWFAddressEvent

Event class for SWFAddress.

Public Properties

CHANGE:String
[static] Change event.
EXTERNAL_CHANGE:String
[static] External change event.
INIT:String
[static] Init event.
INTERNAL_CHANGE:String
[static] Internal change event.
parameterNames:Array
The parameters names of this event.
parameters:Object
The parameters of this event.
path:String
The path of this event.
pathNames:Array
The folders in the deep linking path of this event.
target:Function
The target of this event.
type:String
The type of this event.
value:String
The value of this event.

Public Methods

SWFAddressEvent(type)
Creates a new SWFAddress event.

Property Detail

CHANGE

public static var CHANGE:String

Change event.


EXTERNAL_CHANGE

public static var EXTERNAL_CHANGE:String

External change event.


INIT

public static var INIT:String

Init event.


INTERNAL_CHANGE

public static var INTERNAL_CHANGE:String

Internal change event.


parameterNames

public var parameterNames:Array

The parameters names of this event.


parameters

public var parameters:Object

The parameters of this event.


path

public var path:String

The path of this event.


pathNames

public var pathNames:Array

The folders in the deep linking path of this event.


target

public var target:Function

The target of this event.


type

public var type:String

The type of this event.


value

public var value:String

The value of this event.


Method Detail

SWFAddressEvent

SWFAddressEvent(type)

Creates a new SWFAddress event.

Parameters:
type:String - Type of the event.