FLV is a special video format so that you need a special utility to perform this on a web. photobucket video viewer is one of those utilities...
Code for insert video file in html...
<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-4…
codebase="http://download …cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=C…=../videos/chicken01&autoPlay=false&auto… />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinNa… =../videos/chicken01&autoPlay=false&auto… quality="high" scale="noscale" width="320" height="240"
name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/g… />
</object>
|