How to embeded a Flash Movie into HTML December 23, 2006
Posted by sashikanta in Flash and Action Scripting.1 comment so far
The Code is using Object
< object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” width=”550″ height=”300″ title=”Interactive content ahead please enter to continue.”>
<param name=”movie” value=”Swfs/Enter.swf”>
<param name=”quality” value=”high”>
<embed src=”Swfs/Enter.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”550″ height=”300″></embed>
</object >


