
here's the code...:midfinger:
<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="XX" height="XX">
<param name="movie" value="URL OF FLASH">
<param name="quality" value="high">
<param name="bgcolor" value="HEX COLOR">
<param name="loop" value="true">
<embed src="URL OF FLASH" quality="high" bgcolor="HEX COLOR" width="XX" height="XX" loop="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
CHANGE THE URL OF FLASH TO YOUR OWN
CHANGE THE HEX COLOR
AND ALSO THE WIDTH AND HEIGHT
Last edited by dreamcaster (2008-02-28 01:58:41)
-Offline- |

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:
<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="XX" height="XX">
<param name="movie" value="URL OF FLASH">
<param name="quality" value="high">
<param name="bgcolor" value="HEX COLOR">
<param name="loop" value="true">
<embed src="URL OF FLASH" quality="high" bgcolor="HEX COLOR" width="XX" height="XX" loop="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
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, read further here
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
Last edited by eehjhay (2008-02-27 22:04:18)
-Offline- |
eehjhay wrote:
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:<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="XX" height="XX">
<param name="movie" value="URL OF FLASH">
<param name="quality" value="high">
<param name="bgcolor" value="HEX COLOR">
<param name="loop" value="true">
<embed src="URL OF FLASH" quality="high" bgcolor="HEX COLOR" width="XX" height="XX" loop="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>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, read further here
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
yeah your right
-Offline- |

sorry...bad english:D
thx eehjhay!!![]()
code updated!!
Last edited by dreamcaster (2008-02-28 01:56:19)
-Offline- |
-Offline- |