Question : flex security question

hello experts.

When I open the security open window for authorize access to camera, I got this window:
 
complex security window
324073
 



In some other website, I can see a simplified autorization window:
 
 
simplified security
324072
 



My question: How to change this "complex" autothorization window into the simplified one ?

Thanks

Answer : flex security question

The first screenshot (complex) comes when you force
"Security.showSettings(SecurityPanel.CAMERA)" from your code.

And second screenshot (simple) screen comes if you don't force settings window to appear.
It comes automatically when you try to access camera in your code by using "attachCamera" method.

So if you want to show simple screen, don't try to show settings window by using "Security.showSettings(SecurityPanel.CAMERA)"

simply write your code to access camera, As flash player itself show camera permission window (simple window) automatically, even if you are not forcing settings window to appear.
Random Solutions  
 
programming4us programming4us