iSpring.as3bridge.BridgeLoader Class

The BridgeLoader Class extends the standard flash.events.EventDispatcher class and exposes the following methods and events:

Methods

Method

Description

BridgeLoader(target:flash.display.DisplayObjectContainer)

Constructs a new BridgeLoader object which will load the bridge SWF module into the target DisplayObjectContainer object

loadPresentation(bridgeURL:String,
presentationURL:String,
commandConnectionName:String = "",
eventConnectionName:String = ""):Player

Loads the ActionScript 3 bridge module and the iSpring generated Flash presentation.
Notes: If command or event connection name is empty, it will be generated using current time stamp.


Events

Type

Description

BridgeEvent.PLAYER_INIT

Occurs when player initialization is completed, just after the BridgeEvent.BRIDGE_LOADED event.

See also

BridgeEvent Class
Player Class
flash.events.EventDispatcher Class
flash.display.DisplayObjectContainer Class
Obsolete ActionScript 3 API