使用 JavaScript 对 Flash 内容强制使用 wmode
我在客户网站上使用模式窗口,我们无法访问其中的内容。问题是他的页面上有一些闪光,并且这些闪光的 wmode 没有设置为透明。
是否有可能从我们的 JavaScript 中强制他们的 Flash 添加此参数?
谢谢
I'm using a modal window on a client's site where we have no access to the content. The problem is that he has some flash on the page and the wmode for these is not set to transparent.
Is there a possibility to force their flash from our javascript to have this parameter added?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 JavaScript:
顺便说一句:wmode =“transparent”是处理器密集型的。除非 Flash 影片中有实际透明部分需要显示出来,否则请使用“不透明”。
Using JavaScript:
BTW: wmode="transparent" is processor-intensive. Unless there are actual transparent portions of the flash movie that need to show-through, use "opaque" instead.