Totally Zenned
- Join Date:
- Jul 2005
- Location:
- Brooklyn NY
- Posts:
- 498
- Plugin Contributions:
- 0
How do I embed .flv videos?
How do I embed .flv videos in to zencart this is the code that I am useing. But its not working. here is the link to were the videos is http://208.69.127.226/store/index.php?main_page=page_3&zenid=ee3b80fe9b58fbde5b6bb4b0cf1a1988
<!-- begin embedded Flash file... -->
<table border='0' cellpadding='0' align="center">
<tr><td>
<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="320" height="240">
<param name='movie' value="http://208.69.127.226/flv/GelaSkinApplication.flv">
<param name='quality' value="high">
<param name='bgcolor' value='#FFFFFF'>
<param name='loop' value="false">
<EMBED src="http://208.69.127.226/flv/GelaSkinApplication.flv" quality='high' bgcolor='#FFFFFF' width="320"
height="240" loop="false" type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded Flash file -->
</table>