How to insert a #.swf image onto a site

liunx

Guest
Im wondering what the tag is to add a swf image into a website.<!--content-->your flash software should make one for you. or it should give you the code to use in your html page.<br />
<br />
also you could use this<br />
<br />
<EMBED src=http://www.htmlforums.com/archive/index.php/"your file.swf"<br />
<br />
WIDTH="640" HEIGHT="480"<br />
<br />
TYPE="application/x-shockwave-flash"><br />
<br />
</EMBED><br />
<br />
but this doesn't check to see if the user has flash installed to play that file you have.<!--content-->In Flash 5.0, just choose File > Publish, and it will make the HTML page for you. Then you can disect the HTML file and put the code elsewhere. <br />
<br />
If only I understood what this thing is it makes for me:<br />
<br />
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"<br />
WIDTH=550 HEIGHT=400><br />
<br />
... stuff ...<br />
<br />
</OBJECT><!--content-->
 
Back
Top