well, Before we get started into the nuts and bolts of Macromedia Flash let's figure out exactly how you insert Flash files (.swf file extension) into your existing HTML files. To follow along with this tutorial you are going to need a flash file, a web page, and some time on your hands.
<html>
<body>
<objec t classid="clsid:d27cdb6e-ae6d-1 1cf-96b8-444553540000"
codeba se="http://download. macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#versio n=6,0,40,0"
width="468" height="60"
id="mymoviename">
<param name="movie"
value="example.s wf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="example.swf" quality="high" bgcolor="#ffffff"
width="46 8" height="60"
name="mymoviename " align="" type="application/x-shockwave- flash"
pluginspage="http://ww w.ma cromedia.com/go/getflashplayer ">
</embed>
</object>
</htm l>
</body>
Answered by
Romi
, an ibibo Master,
at
11:08 AM on July 03, 2008