Macromedia Flash Files

liunx

Guest
Hi. I'm trying to add flash files onto my websites, I've uploaded them but can't find the code on any websites to tell you how to insert them onto your pages though. Due to me not knowing what type of code this is as I havn't found it (obviously!) I didn't know what discussion to put this under, so please forgive me if I am in the wrong place. I hope someone can help!:confused:<!--content-->most websites use this code to insert swf into their site:<br />
<object<br />
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" <br />
codebase="http://Download <!--more-->.macromedia.com<br />
/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"<br />
width="400" height="300" id="movie" align=""><br />
<param name="movie" value="movie.swf"><br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"movie.swf" quality="high" width="400"<br />
height="300" name="movie" align="" <br />
type="application/x-shockwave-flash"<br />
plug inspage="http://www.macromedia.com/go/getflashplayer"> <br />
</object><br />
<br />
However, if you are interested in embedding flash and supporting web standards, here's a good article (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/flashsatay/">http://www.alistapart.com/articles/flashsatay/</a><!-- m -->)<!--content-->Thanks a lot.<!--content-->no problem:)<!--content-->do make note that when you embed your movie, you make sure you have the correct size, else it could be quite bo-jangled up.<!--content-->
 
Back
Top