<param name="name" value="value">
| FIELDS | DESCRIPTION | |
| CodeBase (URL) | CODEBASE | Access path which indicates where the control is found, when it is not found on the same directory as the HTML document. |
| Code Type | CODETYPE | Type of media for the code. |
| Media Type | TYPE | MIME type for the corresponding scripts. |
| Class ID | CLASSEID | Control class identity. |
| Standby | STANDBY | Standby message while the control is transferred. |
| Alignment | ALIGN | Control's alignment. |
| Name | NAME | Name used to make reference to the control using JavaScript or VBScript code. |
| Data | DATA | Access path to the control's data. |
|
Add Flash Parameters |
Add a set of parameters to the Parameters List that can be associated to a Flash object. |
| Width | WIDTH | Height of the surface occupied by the ActiveX control. |
| Height | HEIGHT | Width of the surface occupied by the ActiveX control. |
| Horizontal space | HSPACE | Space, expressed in pixels,
which separates the horizontal border of the control and the text around it. |
| Vertical space | VSPACE | Space, expressed in pixels,
which separates the vertical border of the control and the text around it. |
| Border | BORDER | Width of the control's border. |
| Tab index | TABINDEX | Index of tabs. |
| No Tab | NOTAB | Excludes tab index from the control. |
| Declare Object | DECLARE | If the object must be used as another object's parameter. |