切换 jQuery UI 选项卡时停止播放 HTML5Media
当选项卡切换或失去焦点时,是否可以停止播放 HTML5 视频?
我将 HTML5 视频 与 jQuery UI 选项卡。
我提前道歉,我似乎找不到有效的解决方案。
感谢您的帮助,但我对 javascript 的了解还处于业余水平。我尝试使用 CSS 将其从屏幕上扔掉而不是隐藏它,但这也不起作用。
WTK,谢谢,您的解决方案适用于除 IE 7/8 之外的所有浏览器。 IE 会返回一个错误(“对象不支持此属性或方法”)并且根本不会切换到视频选项卡 - 它在 IE 中已损坏。
我认为这是因为 IE < v.9 不理解 html5 视频对象并在使用 HTML5Media 的解决方案时回退到 Flowplayer…?
有什么想法吗?谢谢!
Is it possible to stop an HTML5 video from playing when the tab is switched or out of focus?
I am using HTML5 video in conjunction with jQuery UI tabs.
I apologize in advance, I can't seem to find a working solution.
Thanks for your help, but my knowledge of javascript is at amateur level. I tried using CSS to throw it off screen instead of hiding it, but that didn't work either.
WTK, Thanks, your solution worked for every browser but IE 7/8. IE kicks back an error ("Object doesn't support this property or method") and won't switch to the video tab at all – it's broken in IE.
I assume that's because IE < v.9 doesn't understand the html5 video object and falls back to Flowplayer when using HTML5Media's solution…?
Any ideas? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
处理 select 事件 应该可以解决问题。
handling the select event should do the trick.