After googling to find what is the difference between swf and flv, I realise that flv is more suitable as most of my videos are longer than 3min.
I found the code to embed the flash player:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="200" width="200"> <br /> <param name="salign" value="lt"> <param name="quality" value="high"> <param name="scale" value="noscale"> <param name="wmode" value="transparent"> <param name="movie" value="http://geekfile.googlepages.com/flvplay.swf"> <param name="FlashVars" value="&streamName=http://video.tv18online.com.edgesuite.net/cnnibn/flvstore/08_2006/chennai_bloggers.flv&skinName=http://geekfile.googlepages.com/flvskin&autoPlay=false&autoRewind=true"> <embed flashvars="&streamName=http://video.tv18online.com.edgesuite.net/cnnibn/flvstore/08_2006/chennai_bloggers.flv&autoPlay=false&autoRewind=true&skinName=http://geekfile.googlepages.com/flvskin" quality="high" scale="noscale" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://geekfile.googlepages.com/flvplay.swf" wmode="transparent" height="200" width="200"></embed></object>
I tried replacing "http://video.tv18online.com.edgesuite.net/cnnibn/flvstore/08_2006/chennai_bloggers.flv" of the above with the URL of my flv file but the same CNN flash video keep appearing instead of my own flash video.
Appreciate if someone could help.
Bookmarks