Safari 和 z-index 闪存问题
我不知道这是否是一个经典的 safari 4 bug,但显然很多人无法在 Flash 动画上正确显示非 Flash 内容(div、图像等)。 我尝试了一切:wmode(从“不透明”切换到“透明”)、z-index 和许多其他 div“秘籍”。
有谁知道是否有 safari 4 补丁/技巧/脚本来解决这个问题?
非常感谢, 问候。
I don't know if it's a classic safari 4 bug, but apparently many people cannot display correctly a non-flash content (div, image, etc.) over a flash animation.
I tried everything: The wmode (switching from "opaque" to "transparent"), the z-index and many other div "cheats".
Did anyone know if there is a safari 4 patch/trick/script to fix this problem?
Thank you very much,
regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
此错误仅影响 osx、flash 插件和 webkit 版本的特定组合(因此 safari 和 chrome 都会受到影响,在不同的版本中)
this bug affects only a specific combination of osx, flash plugin and webkit version (so both safari and chrome are affected, in different versions)
请提供具体的版本号以及Mac或Windows(Flash Mac插件与Flash Windows略有不同)。
Flash 9 + Safari 4 与我公司的网站和通过 Flash 进行 z 索引的 HTML 元素配合得很好。
Please provide specific version numbers and Mac or Windows (Flash Mac plugin is slightly different than Flash Windows).
Flash 9 + Safari 4 works fine with my company's website and HTML elements z-indexed over flash.
我在 PC 上使用 Chrome 和 Safari 时遇到了同样的问题。 (Mac 工作正常)
在我的特殊情况下,我在跨域 iframe 中有一个 Flash 视频。无论我选择哪种 z-index 方案,我似乎都无法使 div 停留在 Flash 视频的顶部。
有谁知道我们可以在哪里报告此事?
I'm having the same issue here, with both Chrome and Safari on a PC. (Macs work fine)
In my particular case, I have a flash video inside a cross-domain iframe. No matter what z-index scheme I choose, I can't seem to make a div stay on top of the flash video.
Does anyone know where we can report this?
我能够使用我在这里找到的帮助解决完全相同的问题: http://vimeo.com/forums/ topic:28312
我给包装 flash 元素的 div 指定了一个position:relative,然后该对象就很好地放置了。我没有做任何 wmodes 或 z-index 更改。
I was able to fix the exact same problem using help I found here: http://vimeo.com/forums/topic:28312
I gave the div that was wrapping the flash element a position:relative, and the object then sat nicely. I didn't do any wmodes or z-index changes.
我在 Safari 中的频闪媒体播放器上遇到了同样的问题。我改变了选项
wmode=opaque 并且工作正常。
I had the same issue with the strobe media player in safari. I changed the option
wmode=opaque and it is working fine.