I’m trying to come up with a routine that helps a novice computer user navigate through the Flash Player Settings Privacy box that pops up when access to a microphone or camera is requested.
I’ve found that there’s a way to recognize when the user clicks either the “Allow” button or the “Deny” button using the “active_mic.muted” property, but I need to find a way to recognize when the user clicks the other buttons in that popup window, (the “Remember” checkbox and the “Close” button).
I need to be able to display different dialogue boxes after the user makes each selection in the privacy box, and so far am only being able to respond to the two mentioned above.
Thanks!