embedding flash

liunx

Guest
bin tryin to do this for ages and its beginnin to piss me off. <br />
<br />
Does anyone know how to embed flash files (that i have made) into a webpage?<!--content--><object codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"<br />
height="250" width="350"<br />
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><br />
<param name="movie" value="shutter6.swf" /><br />
<param name="menu" value="false" /><br />
<param name="quality" value="high" /><br />
<param name="bgcolor" value="#e8e8e8" /><br />
src=http://www.webdeveloper.com/forum/archive/index.php/"shutter6.swf" menu=false quality=high<br />
pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash"<br />
type="application/x-shockwave-flash" width="350" height="250"><br />
</object><br />
<br />
<br />
just replace the filename (shutter6.swf) and sizes wherever they occur.<!--content-->You might also want to provide a fallback for people like myself whom don't normally have proprietary Flash Plugin, enabled on a browser, for example:<br />
<br />
<object data="image.png" type="image/png"><br />
<p>You Cannot View the Flash File, etc.</p><br />
</object><!--content-->ok thanks thats great<!--content-->i must be being really thick cos when i embed the flash file it just shows a blank backgorund with no button. do you have to do something with the button in flash before you embed it?<!--content-->have you exported as as a .swf file?<br />
<br />
is the file path definitely correct?<!--content-->
 
Back
Top