Flash Media Server |
|||
| Client-Side ActionScript Language Reference for Flash Media Server 2 > Client-Side ActionScript Language Reference > Microphone class > Microphone.muted | |||
public muted : Boolean [read-only]
Property (read-only); a Boolean value that specifies whether the user has denied access to the microphone (true) or allowed access (false). When this value changes, Microphone.onStatus is invoked. For more information, see Microphone.get().
This example gets the default microphone and checks whether it is muted:
var active_mic:Microphone = Microphone.get(); trace(active_mic.muted);
Microphone.get(), Microphone.onStatus
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/fms/2/docs/00000555.html