You need to export the FLV video to a web FLV player and then embed the FLV player to web page. This is the code for embedding FLV player to web page (FLV player is a SWF file)-
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" width="432" height="330" title="game">
<param name="movie" value="/flash/yourflvplayer.swf" />
<param name="quality" value="high" />
<embed src="../flash/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="330"></embed>
</object>
You can check
playerdiy.com about how to quickly create a web
Flash video player and
this is the tutorial.
This post has been edited by stephenz: 4 Nov, 2009 - 07:13 PM