在 OS X 中嵌入 Flowplayer
对于我正在使用 Flowplayer 和来自 jQuery 工具,用于显示视频。 在 Windows 中,在主要的三种浏览器中一切正常:IE7/8/9、Firefox 和 Chrome。
在 OS X(雪豹)中,问题开始了:在视频中的任意位置单击,都会导致重新加载。 Safari、Firefox 和 Chrome 三种浏览器就是这种情况(Chrome 12.0.742.53 beta 中没有???)
为嵌入播放器提供属性 wmode = 'opaque'
或 wmode = ' "transparent"
在 Windows 平台上会导致相同的情况,但仅限 Firefox 和 Chrome 浏览器。 IE 中不行。
所以 wmode
真的很困扰我......
有人有一些关于 wmode 的好的文档吗?我找不到任何合适的内容
请参阅我的问题:
For a site I'm using Flowplayer and the Overlay tool from jQuery Tools, to show video.
Within windows everything is fine in the main three browsers: IE7/8/9, Firefox and Chrome.
Within OS X (Snow leopard), the problems begin: A click in the video, anywhere, causes a reload. This is the case for the three browsers Safari, Firefox and Chrome (Not in Chrome 12.0.742.53 beta ???)
Giving the embeded player the property wmode = 'opaque'
or wmode = 'transparent'
results in the same situation on the windows platform, but only Firefox en Chrome browsers. Not in IE.
So wmode
is really bugging me...
Does anyone have some good documentation on wmode ? I can't find anything suitable
See my problem at:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更改
为:
Change
To:
尝试将您的主调用包装在 jquery document.ready 块中:
Try wrapping your main call in a jquery document.ready block: