Adobe FLASH CS3 PRO User Manual page 446

Hide thumbs Also See for FLASH CS3 PRO:
Table of Contents

Advertisement

See also
"Publishing overview" on page 418
"HTML publishing templates" on page 435
Using object and embed tags
To display a SWF file in a web browser, an HTML document must use the
parameters.
Note: You can generate an HTML document using the correct object and embed tags using the Publish settings dialog
box, and selecting the HTML option. For more information, see "Specify settings that create HTML documents with
embedded Flash content" on page 422.
For
, four settings (
object
others are parameters that appear in separate, named
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100"
height="100"
codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0
">
<param name="movie" value="moviename.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
</object>
For the
tag, all settings (such as
embed
angle brackets of the opening
<embed src="moviename.swf" width="100" height="100" play="true"
loop="true" quality="high"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFl
ash">
</embed>
To use both tags, position the
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100"
height="100"
codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,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.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFl
ash">
</embed>
</object>
Note: If you use the
object
playback across browsers. The
don't want to check for the version number.
,
,
, and
height
width
classid
,
height
width
tag, as shown in the following example:
embed
tag before the closing
embed
and
tags, use identical values for each attribute or parameter to ensure consistent
embed
swflash.cab#version=9,0,0,0
object
) are attributes that appear in the
codebase
tags, as shown in the following example:
param
,
, and
) are attributes that appear between the
quality
loop
tag, as shown in the following example:
object
parameter is optional; only omit this parameter if you
and
tags with the proper
embed
tag; all
object
FLASH CS3
440
User Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH CS3 PRO and is the answer not in the manual?

This manual is also suitable for:

Flash cs3 professional

Table of Contents