嵌入的 Flash 视频隐藏了“点赞/发送”按钮的飞出

发布于 2025-01-05 22:28:30 字数 294 浏览 2 评论 0原文

也许有人熟悉这个问题?

在网站 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半暖夏伤 2025-01-12 22:28:30

当涉及到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文