This command is used to execute programs external to the
Netscape browser. These programs may be of the type: audio, visual, VRML,
etc.
For the Internet
Explorer browser, it's necessary to integrate objects using an ActiveX
control.
<embed src="afile" align="analignment"></embed>
| Flash Support | If this option is
selected, you can insert a Flash Object in the document. If this option
is selected, the other sections and options in the dialog box will be
updated. See the procedure |
| Repeat infinitely | If you insert a check
mark in this box, the file will play as long as the page is open. This option adds the attribute LOOP=TRUE. |
| Automatic start | If this option is
selected, the object will be executed automatically as soon as the page
is loaded. This option adds the attribute AUTOSTART=TRUE. |
| Hide control panel | If this option is
selected, the control panel will not be displayed. This option adds the attribute HIDDEN=TRUE. |
| Reduced control panel | If this option is
selected, the control panel will be displayed. This option adds the attribute CONTROLS=SMALLCONSOLE. |
| Alignment | Indicate the control
panel’s alignment with respect
to the text found on the page. |
| Border | If a value is inserted
in this box, a border will appear around the area where the object is
inserted. This option adds the attribute BORDER="". |
| Volume | The value that is
entered here determines the sound file's initial volume. The user can
adjust the volume. The attribute VOLUME= value will be added to your document. |
| Width/Height | The dimensions entered
here determine the object's surface area. To define the dimension as a percentage, place a check mark on the % box. These options add the attributes WIDTH and HEIGHT. |