Microphone class
Availability
Flash Player 6.
Description
The Microphone class lets you capture audio from a microphone attached to the computer that is
running Flash Player.
The Microphone class is primarily for use with Flash Communication Server but can be used in a
limited fashion without the server—for example, to transmit sound from your microphone
through the speakers on your local system.
Caution: Flash Player displays a Privacy dialog box that lets the user choose whether to allow or deny
access to the microphone. Make sure your Stage size is at least 215 x 138 pixels; this is the minimum
size Flash requires to display the dialog box.
To create or reference a Microphone object, use the
Method summary for the Microphone class
Method
Microphone.get()
Microphone.setGain()
Microphone.setRate()
Microphone.setSilenceLevel()
Microphone.setUseEchoSuppression()
Property summary for the Microphone class
Property (read-only)
Microphone.activityLevel
Microphone.gain
Microphone.index
Microphone.muted
Microphone.name
ActionScript Language Reference
Microphone.get()
Description
Returns a default or specified Microphone object, or
the microphone is not available.
Specifies the amount by which the microphone should
boost the signal.
Specifies the rate at which the microphone should capture
sound, in kHz.
Specifies the amount of sound required to activate
the microphone.
Specifies whether to use the echo suppression feature of
the audio codec.
Description
The amount of sound the microphone is detecting.
The amount by which the microphone boosts the signal
before transmitting it.
The index of the current microphone.
A Boolean value that specifies whether the user has allowed
or denied access to the microphone.
The name of the current sound capture device, as returned
by the sound capture hardware.
CHAPTER 2
method.
null
Microphone class
447
if
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