Anyone know how to trigger Adobe flash player setting privacy panel from flash ? Here is the example. There is a "click here" , and when clicked it trigger the panel to show up. http://chatroulette.com/
THank you very much!
Anyone know how to trigger Adobe flash player setting privacy panel from flash ? Here is the example. There is a "click here" , and when clicked it trigger the panel to show up. http://chatroulette.com/
THank you very much!
For the default panel:
Security.showSettings(SecurityPanel.DEFAULT);
The other options are listed on the SecurityPanel LiveDocs.