I am using this code to play video on my asp.net page. But it’s not working please help me to do this.
My partial code is here ..
<object width="60%" height="600px">
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="movie" value="../Help/Video/help.flv" />
<embed src="../Help/Video/help.flv" width="100%" height="600px"
allowfullscreen="true"
type="application/x-shockwave-flash" wmode="transparent" />
</object>
If it were swf file, it would directly work for flash enabled browser, but for flv files you need to use a flv player.
ASP.NET – FLV player
http://venkatb4me.wordpress.com/2011/03/13/how-to-play-flash-video-files-in-asp-net-using-c-net-or-vb-net/