allow deny remember flash security panel

匿名 (未验证) 提交于 2019-12-03 03:02:02

问题:

Why is it that some flash sites have the option to 'allow' 'deny' and 'remember' under the privacy options for camera/mic and some flash sites have only 'allow' and 'deny'

回答1:

It may be buggy :) but these are two separate dialog boxes.

The first image is the "privacy" panel, it has the option to remember the setting. It is specifically invoked (as shown in the link in @lazfish's comment) by calling Security.showSettings(SecurityPanel.PRIVACY);.

The second dialog is a default dialog shown by Flash player when an app tries to use the camera/microphone.

Edit: just to be clear... "default" is not referring to SecurityPanel.DEFAULT ... I am referring to a generic dialog that Flash Player shows, by default, if the user has not yet granted access to camera/microphone.

More user friendly apps will make the privacy panel appear, so the user can grant access and click "remember". Other apps just try to access your camera, and so if the user has not previously allowed it, Flash Player automatically shows the "default" dialog.

Another reason you will see the "default" dialog is when using "incognito" browsing (in Chrome for example). In this case the browser will never show the "privacy" dialog and only shows the "default" dialog.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!