重新激活 Adobe Flash 中的摄像头/麦克风允许面板
当 Adobe Flash 程序访问 Adobe Flash 中的摄像头或麦克风时,如果用户想要允许或拒绝访问,Adobe 会向用户弹出一个面板。如果用户单击“拒绝”,我想重新弹出相同的面板。然而,尝试再次访问麦克风或摄像头似乎不起作用。
我知道有 Security.showSettings(SecurityPanel.PRIVACY)
,但这是一个略有不同的弹出窗口,其中有一个我明确不想要的“记住”选项。
有没有办法在没有记住选项的情况下重复弹出允许/拒绝确认?
When an Adobe Flash program accesses a camera or microphone in Adobe Flash, Adobe pops up a panel to the user if they want to Allow or Deny access. If the user clicks Deny, I would like to pop the same panel back up. However, trying to access a microphone or camera again doesn't seem to do it.
I know there's Security.showSettings(SecurityPanel.PRIVACY)
, but this is a slightly different popup which has a "Remember" option which I explicitly do not want.
Is there a way to repeatedly popup the Allow/Deny confirmation without the Remember option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知。
这些功能背后的全部目的是在用户需要时允许用户隐私,并防止允许恶意体验(无限弹出安全面板)。适当的行动方针应该是第一次弹出它,如果他们拒绝,请解释为什么需要该功能以及如何手动重新启用它。
Not to my knowledge.
The entire purpose behind these features is to allow the user privacy when they want it and to keep from allowing a malicious experience (infinitely popping up the security panel). The appropriate course of action should be to pop it the first time and if they deny, present an explanation for why the functionality is needed and a how to on manually re-enabling it.
这可能不适合您,但我认为如果您从
http
提供页面,而不是https
,Flash 将不会提供记住该设置的选项。That may not be an option for you, but I think if you serve your pages from
http
, and nothttps
, flash won't offer the option to remember that setting.