本文介绍了HTML视频文件问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,我用HTML创建了网页,在html页面中我有一个视频文件,该视频文件在INTERNET EXPLORER中工作正常,但是当我在FIREFOX中的html页面中打开时,我的视频文件没有播放为此需要帮助,请帮我盖茨
这是我的代码在这里
hi all i have created web page in HTML, in my html page i have a video file, that video file is working fine in INTERNET EXPLORER,but when i open in html page in FIREFOX my video file is not playing, i need help for this please help me guyz
this is my code here
<object width="425px" height="360px">
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<embed src="Video_files/zaman.wmv" width="425" height="360" allowfullscreen="true"
type="application/x-shockwave-flash" wmode="transparent" />
</object>
推荐答案
这篇关于HTML视频文件问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!