当 wmode 为“gpu”时,有没有办法用 div 覆盖闪光灯?
我知道这可以通过将 wmode 更改为“透明或不透明”来完成。但是有没有办法使用 wmode“gpu” 在 flash 文件上显示 div ..
i know this can be done by changing wmode to "transparent or opaque". But is there any way to show the div over the flash file using wmode "gpu" ..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您只能使用不透明或透明模式来执行此操作。在这些模式下,浏览器负责渲染并可以控制其控制下的其他对象的 z 顺序。
对于所有其他 wmode,由 Flash 播放器直接绘制到屏幕上,该屏幕将位于所有其他内容之上。
No you can only do this with opaque or transparent modes. In these modes, the browser is responsible for rendering and can control z-ordering with respect to other objects under its control.
With all the other wmodes, it's up to the flash player to draw directly to the screen, which will be on top of all other content.