Flash 363
Interactivity
Flash
Web Design in a Nutshell, eMatter Edition
options follow. Note that technologies change quickly and Macromedia revises
their tagging instructions from time to time. Consult the Macromedia support pages
online for updates.
The
The standard tag is as follows:
<EMBED SRC="path/file.swf" WIDTH=x HEIGHT=x
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/
index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
Thewidthandheightvalues are mandatory and specify the dimensions of the
image or movie in pixels. Note that you can also specify the dimensions in
percentages (corresponding to the percentage of the browser window the movie
fills). Thepluginspageattribute provides a URL to the page where the user can
download the Flash player if it is not found on the user’s computer (use the exact
URL shown in the above code). It is a recommended attribute, but not mandatory.
Netscape 2.0 does not support the<embed>tag within a table cell. It
is supported properly only in NN3.0+ and IE3.0+, so use caution
when formatting Flash content with tables.
There are a number of Flash-specific attributes that can be added within the