CSS 与 Flash 内容的转换
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以将闪光灯的 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.