534
Chapter 7: ActionScript for Flash
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
Microphone.get()
method.
Method summary for the Microphone class
Property summary for the Microphone class
Method
Description
Microphone.get()
Returns a default or specified Microphone object, or
null
if
the microphone is not available.
Microphone.setGain()
Specifies the amount by which the microphone should
boost the signal.
Microphone.setRate()
Specifies the rate at which the microphone should capture
sound, in kHz.
Microphone.setSilenceLevel()
Specifies the amount of sound required to activate
the microphone.
Microphone.setUseEchoSuppression()
Specifies whether to use the echo suppression feature of
the audio codec.
Property (read-only)
Description
Microphone.activityLevel
The amount of sound the microphone is detecting.
Microphone.gain
The amount by which the microphone boosts the signal
before transmitting it.
Microphone.index
The index of the current microphone.
Microphone.muted
A Boolean value that specifies whether the user has allowed
or denied access to the microphone.
Microphone.name
The name of the current sound capture device, as returned
by the sound capture hardware.
CHAPTER 7
ActionScript for Flash
Summary of Contents for FLEX-FLEX ACTIONSCRIPT LANGUAGE
Page 1: ...Flex ActionScript Language Reference...
Page 8: ......
Page 66: ...66 Chapter 2 Creating Custom Classes with ActionScript 2 0...
Page 76: ......
Page 133: ...break 133 See also for for in do while while switch case continue throw try catch finally...
Page 135: ...case 135 See also break default strict equality switch...
Page 146: ...146 Chapter 5 ActionScript Core Language Elements See also break continue while...
Page 808: ...808 Chapter 7 ActionScript for Flash...
Page 810: ...810 Appendix A Deprecated Flash 4 operators...
Page 815: ...Other keys 815 Num Lock 144 186 187 _ 189 191 192 219 220 221 222 Key Key code...
Page 816: ...816 Appendix B Keyboard Keys and Key Code Values...
Page 822: ...822 Index...