Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
Embeds Flash content in gadgets.
<static>
Boolean
embedCachedFlash()
<static>
Boolean
embedFlash(swfUrl, swfContainer, swfVersion, opt_params)
<static>
Number
getMajorVersion()
<static> Boolean embedCachedFlash()
Boolean Whether the function call completes successfully.
<static> Boolean embedFlash(swfUrl, swfContainer, swfVersion, opt_params)
String swfUrl - SWF URL.
String, Object swfContainer - The id or object reference of an
existing html container element.
Number swfVersion - Minimal Flash Player version required.
Object opt_params - An optional object that may contain any valid html
parameter. All attributes will be passed through to the flash movie on
creation.
Boolean Whether the function call completes successfully.
<static> Number getMajorVersion()
Number The major version of Flash Player
or 0 if Flash is not supported.