INSERTING AN EMBEDDED MODULE

00000142.gif This command is used to execute programs external to the Netscape browser. These programs may be of the type: audio, visual, VRML, etc.
00000143.gif For the Internet Explorer browser, it's necessary to integrate objects using an ActiveX control.
You can insert objects of different formats:  
To insert an embedded object in your document:
  1. In the Specialized tab, click on the icon Embedded module.
  2. 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 File(s) 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.
  3. 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.
  4. Click on the OK button. CuteHTML 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.
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 panels 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.