Flash in Dreamweaver

rimjhim

New Member
Joined
Aug 29, 2005
Messages
36
Reaction score
0
i've designed a web page in dreamweaver and inserted a swf file...
In Dreamweaver, the code is-

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="275" height="673" align="left">
<param name="movie" value="final.swf">
<param name="quality" value="high">
<embed src="final.swf" width="275" height="673" align="left" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>

Can we use any other code for this... if u can explain why object and embed both tags are used and also about other attributes used here.

Thanx...
 
Back
Top