|
|
|
[
Permlink
| « Hide
]
Todd Slaughter - [04/15/08 04:56 PM ]
This is classified as a bug but it looks to me like a feature request. Is this misclassified? Shouldn't "bug" mean that something that's already in Flash is working incorrectly?
This was originally classified as a minor enhancement but was reclassified to be a bug. I agree that it can be considered a bug as it is something that should be in flash for proper functioning of applications that require the use of the camera/microphone.
Can we boost the priority of this issue please?
This should be relatively easy to fix, can you please boost the priority of this as it would make a big difference for usability of the security panel in application flow.
You can detect if the dialog box is open by performing the following operation insider a timer event:
//// var closed:Boolean = true; var dummy:BitmapData; dummy = new BitmapData(1, 1); try { // Try to capture the stage: triggers a Security error when the settings dialog box is open dummy.draw(stage); } catch (error:Error) { closed = false; } dummy.dispose(); dummy = null; //// Tested on Mac and PC / Flash 9,0,124,0 Can Adobe please confirm whether this is an acceptable workaround or not? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||