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.