|
Flash Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--FlashBridge
JavaScript bridge class that communicates with the corresponding
ActionScript side within the Flash application. Used to bind the HTML object
containing the Flash movie to the Push-page in order to dispatch updates to
Flash-side subscribed Tables.
Defined in lsflashbridge.js
Constructor Summary | |
FlashBridge
(<String> objName)
Bridge object used to enable communication with a Flash movie located on a PushPage. |
Method Summary | |
Object
|
getFlashObject()
Inquiry method that gets the Flash movie object reference related to this FlashBridge instance. |
void
|
onBridgeReady()
Event handler that is called as soon as both the Flash movie and the FlashBridge objects are ready and the PushPage object has been binded. |
Constructor Detail |
FlashBridge(<String> objName)
objName
- A string equals to the id attribute of the object tag, containing the movie, and equals to the name attribute of the embed tag of the same movie. This name must be passed to the JavaScriptBridge constructor on the Flash side.
Method Detail |
Object getFlashObject()
void onBridgeReady()
|
Flash Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |