我正在使用此代码在我的asp.net页面上播放视频。但它没有用,请帮我这样做。
我的部分代码在这里..
<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>
答案 0 :(得分:0)
如果是swf文件,它将直接适用于支持Flash的浏览器,但对于flv文件,您需要使用flv播放器。