ACTIVE X <OBJECT>

With this command you can insert objects in an HTML document. These objects may be ActiveX controls or other types of media, such as an image, a video sequence or a Java application. ActiveX controls are a Microsoft Internet Explorer extension.
 
To insert an ActiveX control in your document:
  1. In the Specialized tab, click on the icon Active X.
  2. Indicate the class identification in the Class ID text box.
  3. Specify the other attributes as needed.
  4. Click on the Parameters tab and insert the parameters.
  5. Click on the OK button.
 
Example:
<object
classid="clsid:99b42120-6ec7-11cf-a6c7-00aa00a47dd2"
width="100"
height="50">


</object>

 
These tag properties can be modified.
 
To add a parameter:
  1. Enter the name of the parameter in the Name text box.
  2. Enter the value in the Value option box.
  3. Click on the button Add. The list displays the following line of code:

<param name="name" value="value">

 
To modify the value of an existing parameter:
  1. Click on the parameter to be modified from the list
  2. Click on the Edit button.
  3. Enter the new value in the option box.
  4. Click on the OK button.
 
To delete a parameter:
  1. Click on the parameter to be deleted from the list.
  2. Click on the button Delete or press the Delete key on your keyboard.
 
To reorganize the list of parameters:
  1. Click on the parameter to be moved in order to select it.
  2. Click as many times as necessary on the arrow which corresponds to the direction where you want to move.
 
DESCRIPTION OF THE ACTIVE X COMMAND
 
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.