HTML5 视频可以在 Firefox 中运行,但不能在 IE 中运行
此页面上的 HTML5 视频播放器 (JW Player) 在 Firefox、Chrome、Safari、Opera 中运行良好,但在 IE 中运行不佳: http: //bit.ly/9mR6Wy
如果您滚动浏览轮播组件,您会注意到视频的宽度在 IE 上被“压缩”,并且在其他浏览器上可见的旁边的文本不会显示。视频幻灯片是轮播组件中的 1 和 5。
我做错了什么?非常感谢您的帮助。
The HTML5 video player (JW Player) on this page works fine in Firefox, Chrome, Safari, Opera, but not IE: http://bit.ly/9mR6Wy
If you scroll through the carousel component, you'll notice the video's width gets "crushed" on IE and the text next to it, visible on the other browsers, isn't displayed. The video slides are 1 and 5 in the carousel component.
What am I doing wrong? Your help is much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Video JS 是一个视频 JavaScript 库,似乎适用于所有主要浏览器,包括 IE(IE9 中的 HTML5,回退到 Flash)在 IE6-8 中)。他们在网站上有一个演示,您可以测试一下。
我还建议您查看深入了解 HTML5 视频文章。它对使用新标签所面临的挑战进行了技术描述,并讨论了使其跨浏览器工作的方法。 Video JS 和其他库正在使用这些技术。
Video JS is a video javascript library that seems to work on all major browsers including IE (HTML5 in IE9, fallback to Flash in IE6-8). They have a demo on the site you can test out.
I'd also recommend looking at the Dive Into HTML5 Video article. It has a technical description of the challenges of using the new tag and discusses methods to make it work cross-browser. These techniques are what is being used by Video JS and other libraries.
Internet Explorer 不支持 HTML5 视频。某种形式的 HTML5 视频可能会进入 IE9,但在那之前你就不走运了。
Internet Explorer doesn't support HTML5 video. Some form of HTML5 video may make it into IE9, but until then you're out of luck.
尝试使用 IE9 测试版。
Try with IE9 beta.