Microphone.muted
Availability
Flash Player 6.
Usage
active_mic.muted:Boolean
Description
Read-only property; a Boolean value that specifies whether the user has denied access to the
microphone (
true
invoked. For more information, see Microphone.get().
Example
This example gets the default microphone and checks whether it is muted.
var active_mic:Microphone = Microphone.get();
trace(active_mic.muted);
See also
Microphone.get(),
454
Chapter 2: ActionScript Language Reference
) or allowed access (
false
Microphone.onStatus
). When this value changes,
Microphone.onStatus
is
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers