here's the code...:midfinger:
[code]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="
[quote=eehjhay]This is not a conversion of flash to html. It just giving or supporting the flash file by the object tag (html).
You may remove the table tag for shorter code:
[quote]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="[b]XX[/b]" height="[b]XX[/b]">
<param name="movie" value="[b]URL OF FLASH[/b]">
<param name="quality" value="high">
<param name="bgcolor" value="[b]HEX COLOR[/b]">
<param name="loop" value="true">
<embed src="[b]URL OF FLASH[/b]" quality="high" bgcolor="[b]HEX COLOR[/b]" width="[b]XX[/b]" height="[b]XX[/b]" loop="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>[/quote]
NOTES:
> You may modify the width, height and the background color of the flash (object tag). [The XX and HEX COLOR from the code I gave]
> To learn more about object tags, [url=http://www.w3schools.com/tags/tag_object.asp]read further here[/url]
TIPS:
> It is better if you use small caps for the html tags
> All values of the attributes must be contained in " " rather than ' ' unless the codes are inside a javascript[/quote]
yeah your right