Can we set the value for Remember of flash player Allow Deny dialog from Actionscript code?

97 Views Asked by At

I am recording user's video through actionscript code.i am attaching camera from two different swf files.So the problem with that is the user faces the dialog box twice which i dont want.Also i know the remember checkbox functionality which i want to set true from my action script code without requiring the user to check the remember checkbox.So pls help is there any way to set the value true for remember checkbox from my action script code?

1

There are 1 best solutions below

2
Femi On

No. That is not possible to do (changing a client-side security setting via downloaded code is an extremely bad thing) and is explicitly not permitted.

You will have to either merge your SWF files or live with the dialog.