嵌入的 Flash 视频隐藏了“点赞/发送”按钮的飞出
也许有人熟悉这个问题?
在网站 http://www.folkshegeskoalle.nl/ 上,我添加了“喜欢”和“发送”按钮。 但是,这些按钮下的 YouTube 视频始终保持在顶部(仅在 Firefox 中除外。这里按钮的弹出按钮会根据需要覆盖视频)。有什么解决办法吗?
视频通过 iframe 嵌入,按钮通过 javascript sdk 和特殊的 html 代码嵌入。
感谢您的任何建议..
Maybe someone is familiar with this problem?
on the website http://www.folkshegeskoalle.nl/ i have added the like and send button.
but, the youtube video under these buttons stays all the time on top (only not in firefox. here the flyout of the buttons go over the video, as desired). is there any solution to this?
the video is embedded through iframe, the buttons through the javascript sdk and special html code.
thanks for any suggestions..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当涉及到 z-index 问题时,Flash 可能很难处理。默认情况下,swf 将显示在占用相同空间的任何其他内容之上。解决此问题的一种方法是调整 Flash 视频的 wmode。尝试将
?wmode=opaque
添加到 YouTube 视频的 URL,使用 z-index 应该可以更好地播放。Flash can be tricky to deal with when it comes to z-index issues. By default, a swf will appear on top of any other content that occupies the same space. One way you can fix this is by adjusting the wmode of your flash video. Try adding
?wmode=opaque
to the YouTube video's URL and it should play better with z-index.