CSS 与 Flash 内容的转换

发布于 2024-12-18 07:34:09 字数 217 浏览 0 评论 0原文

我有一个在 iframe 内运行的 Web 应用程序。 iframe 使用 -webkit-transform:scale(0.8) 进行缩放,效果非常好,但是当 iframe 缩放时,该 iframe 内的闪存录音机无法工作。闪光灯自身已加载并可以工作,但用户必须允许访问麦克风的 SecurityPanel 不可单击。

也许有人有同样的问题,或者知道我能做些什么来解决这个问题?

谢谢

i have a web application that runs inside a iframe.
The iframe is scaled with -webkit-transform:scale(0.8), thats works pretty good but my flash audio recorder inside that iframe doesn´t work when the iframe gots scaled. The flash selfs got loaded and works but the SecurityPanel on which the user has to allow the access to the microphone, is not clickable.

Maybee someone has the same problem or any idea what i can do to fix that?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

猫弦 2024-12-25 07:34:09

如果您可以将闪光灯的 wmode 设置为 window,您将强制它显示在所有内容的顶部。没有任何东西可以阻止用户单击 SecurityPanel。

If you can set the flash's wmode to window, you would force it to be display in top of everything. There wouldn't be anything to prevent the user from clicking on the SecurityPanel.

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