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>