HTML视频文件问题 [英] HTML VIDEO FILE PROBLEM

查看:96
本文介绍了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>

推荐答案

您缺少在object中引用电影的param标记.看到这里:

http://kb2.adobe.com/cps/415/tn_4150.html [ ^ ]
You''re missing the param tag inside object that references the movie. see here:

http://kb2.adobe.com/cps/415/tn_4150.html[^]


如果为IE安装了Flash Activex,但这并不意味着它也已为Firefox安装.查看此链接以获取firefox附加组件:
https://addons.mozilla.org/en-US/firefox/browse/type:7 [ ^ ]

有关在需要时嵌入Flash视频的更多信息:
http://www.free-video-hosting.net/embed-flash.php [ ^ ]

祝你好运!
If you installed the flash activex for IE this doesn''t mean that it is also installed for Firefox. Check out this link for the firefox add-on:
https://addons.mozilla.org/en-US/firefox/browse/type:7[^]

More on embedding flash video if needed:
http://www.free-video-hosting.net/embed-flash.php[^]

Good luck!


这篇关于HTML视频文件问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆