Difference between revisions of "Scripts 1 0-loadSWFObject"
From ADF Docs
Line 7: | Line 7: | ||
public void <strong>loadSWFObject</strong> ( string version ) | public void <strong>loadSWFObject</strong> ( string version ) | ||
− | == Parameters == | + | == Parameters == |
− | + | <table id="lib-params"> | |
+ | <tr class="header"> | ||
+ | <td>Required</td> | ||
+ | <td>Name</td> | ||
+ | <td>Type</td> | ||
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>version</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: 2.2] SWFObject version to load.</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 04:03, 24 March 2010
Description
Loads the SWFObject Flash Embed Headers if not loaded.
Signature
public void loadSWFObject ( string version )
Parameters
Required | Name | Type | Description |
optional | version | string | [Default: 2.2] SWFObject version to load. |