Resources
Adding SWF files to HTML Pages
Flash 5 provides a forms based interface for
creating the JavaScript needed to include an SWF file on an HTML
page. The StillMotion Creator does not provide this automated
facility. Here is how it is done.
If you are not interested in the details copy the
code below and modify it by inserting the path to the SWF file you
wish to inset and the desired Height and Width as you wish the SWF
file to appear. (see the note on cutting and pasting this text)
<embed SRC="http://www.imagematics.com/SWF%20Files/imad1.swf"
WIDTH="468" HEIGHT="60" PLAY="true" LOOP="true" QUALITY="best"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
The above code is the code used for displaying the
banner add
shown on this page. See
Creating Flash Banner Ads
for in depth information
on banner add publishing with SWF files.