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.
You can insert objects of different formats:
The usual modules which are supported by most versions of the browsers.
The Flash supports which are only supported by the more recent versions of the browsers.
In the Specialized tab, click on the icon Embedded module.
In the text box Source,
enter the access path and the file name which contains the program. The
file must be in WAV or MID
format.
If you use the Open
button,
a dialog box allows you to search for your document. In this dialog box,
you can also test the file by pressing the Test
button. The Stop
button allows you to stop playback of the sound file.
In the text box Alignment, select the desired alignment for the program in terms of the text found on the same line. This option is mandatory.
Click on the OK button.
CuteHTML Pro inserts the following command:
<embed src="afile" align="analignment"></embed>
These tag properties can be modified.
You can add options to the EMBED command:
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. |
Repeat infinitely |
If you insert a check mark in this box, the file will play as long as
the page is open. |
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. |
Reduced control panel |
If this option is selected, the control panel will be displayed. |
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. |