2
<div align="right">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
id="FILENAME" width="468" height="60">
<param name="movie" value="/FOLDER/FILENAME.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="FILENAME" src="/FOLDER/FILENAME.swf" quality="high" bgcolor="#FFFFFF"
width="468" height="60"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
embed> object>
div>
Essentially, this is what it will look like depending on the version of Flash it was made in, the movie size, and it file structure and name on your server.
You will notice the CAPITAL letters in the above code. This relates to your filenames and directories of your file. Where you do not see .swf added to FILENAME, stays the same. The appropriate filenames WITH extentions were left intact so that you can see what is what when you produce this kind of output through flash.
Now, none of these instructions are needed if you are editing your theme.html file in Dreamweaver. Dreamweaver will allow you to add .swf files as easily as adding an image.
I have seen other ways of doing this, but I don't know how it's acheived. I also know that this doesn't help much, but it may prove to be at least somwhat insightful=.
Good Luck!