In the Specialized tab, click on the icon Embedded module.
In the text box Source, enter the access path for the file which contains the program. The file must be in SWF format.
Enable the Flash Support box. The sections of the dialog box change to present the following options.
Click on the OK button.
CuteHTML Pro inserts the following command:
<embed src="aFile" type="application/x-shockwave-flash">
You can add options to the EMBED command:
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". |
Live Connection |
If enabled, this option allows Java to start automatically when the FLASH animation is loaded when there is a link with a JavaScript in the document. The default value for this option is false. This option is not mandatory. This option adds the attribute srcswliveconnect="true". |
Menu |
This option defines the type of context menu (right mouse button) that is displayed for the animation. If this option is enabled, MENU takes the value true, and displays the entire menu; if this option is disabled (default), MENU takes the value false, and only displays the item which makes reference to FLASH. This option adds the attribute menu="value". |
Plugins |
The Plugins text box allows you to indicate the location from where the FLASH module must be loaded for its execution. This module must be transferred by visitors that do not have the necessary technology to read your page. This option is mandatory. This option adds the attribute pluginspage="http://www.domain.com". |
Alignment |
This list allows you to define the animation's alignment relative to the text. This option adds the attribute salign="t". |
Quality |
The list available in this section allows you to indicate the element's quality level. You select this level in terms of the performance (speed) / graphic quality relationship that you want to attribute to the object. The higher the quality level, the slower the animation start time.
This option adds the attribute quality="autohigh". |
Scale |
This option determines whether the animation will be scaled automatically
This option adds the attribute scale="noborder". |
Background color |
This button allows you to define the object's background color. This option adds the attribute bgcolor="#008000". |
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. This option adds the attributes WIDTH and HEIGHT. |