FlashObject
The FlashObject component is an SWF file, displaying animated multimedia content created with Adobe Flash.
Contents
Client-side Features
DOM Elements
The component generates the following client-side DOM elements:
- Wrapper (HTMLDivElement). Full web browser support. Access it with
$("#ComponentName_outer").get()[0]
.- Main element (HTMLObjectElement). Full web browser support. Access it with:
$("#ComponentName").get()[0]
.- Parameter 1 (HTMLParamElement). Full web browser support. Access it with:
$("#ComponentName param[name='Parameter1Name']").get()[0]
. - …
- Alternative element (HTMLEmbedElement). Full web browser support. Access it with:
$("#ComponentName embed").get()[0]
.
- Parameter 1 (HTMLParamElement). Full web browser support. Access it with:
- Main element (HTMLObjectElement). Full web browser support. Access it with:
Client-side Events
- Documented in the RPCL Reference.
Server-side Features
Properties, Methods and Events
- Documented in the RPCL Reference.