EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 489

MACROMEDIA FLASH 8-USING FLASH
678 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Editing Flash HTML settings 489
To use both tags, position the embed tag before the closing object tag, as shown in the
following example:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100"
height="100" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=7,0,0,0">
<param name="movie" value="moviename.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
<embed src="moviename.swf" width="100" height="100" play="true”
loop="true" quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/
index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
Parameters and attributes
The following tag attributes and parameters describe the HTML code created by the Publish
command. You can refer to this list as you write custom HTML to show Flash content. Unless
noted, all items apply to both the
object and embed tags. Optional entries are noted.
Parameters are used with the
object tag and are recognized by Internet Explorer, but the
embed tag is recognized by Netscape. Attributes are used with both the object and embed
tags. When you customize a template, you can substitute a template variable (identified in the
Value section for each parameter in the list that follows) for the value. For more information,
see “Customizing HTML publishing templates” on page 482.
NOTE
If you use both the object and the embed tags, use identical values for each attribute
or parameter to ensure consistent playback across browsers. The parameter
swflash.cab#version=7,0,0,0 is optional, and you can omit it if you don’t want to
check for the version number.
NOTE
The attributes and parameters listed in this section are shown in lowercase letters
purposely to comply with the XHTML standard.

Table of Contents

Related product manuals