Scott

Are you trying to turn the mic on with no settings dialog popping up?
Pretty sure that is impossible by design for security reasons. The ability
to turn the mic on with no notification opens the door to all kinds of
mischief.

lk

On Sun, Jan 11, 2015 at 9:36 AM, Scott Matheson <[email protected]>
wrote:

> Hi
>   in my web app i would like to switch the Microphones on,just noe i pop
> us the setting box,
>
> is it possible to switch on the Microphone
>
>
>
>
>
> private function checkMicrophoneAccess(event:FlexEvent):void {
>    this.removeEventListener(FlexEvent.SHOW, checkMicrophoneAccess);
>    var mic:Microphone = Microphone.getMicrophone();
>    mic.addEventListener(StatusEvent.STATUS, this.onMicStatus);
>    if (mic.muted) {
>       readingGroup.enabled = false;
>       Security.showSettings(SecurityPanel.PRIVACY);
>    }
> }
>
>
> ________________________________
>
> Disclaimer: This electronic mail and any attachments are confidential and
> may be privileged. If you are not the intended recipient, please notify the
> sender immediately by replying to this email, and destroy all copies of
> this email and any attachments. Thank you.
>

Reply via email to