
capabilities.hasAudioEncoder Property
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
482
|
ActionScript Language Reference
Note that hasAudio indicates only whether the Flash Player supports audio playback, not
whether the computer actually has audio enabled (i.e., has a sound card, speakers turned
on, volume on, etc.).
The corresponding server string for
hasAudio is A, with possible values of t (true) and f
(false). See capabilities.serverString for details.
See Also
capabilities.hasAudioEncoder, capabilities.hasMP3
capabilities.hasAudioEncoder Property
indicates whether the system can encode audio
Flash 6
read/write
System.capabilities.hasAudioEncoder
Description
The Boolean hasAudioEncoder property indicates whether the Player can encode an audio
stream (for example, coming from a microphone), normally for transmission to a server
such as Macromedia Flash Communication Server MX (Comm Server). In the desktop
version of Flash Player 6,
hasAudioEncoder is always true, indicating that audio encoding is
available. This does not guarantee, however, that the necessary hardware is present.
The corresponding server string for
hasAudioEncoder is AE, with possible values of t (true)
and
f (false). See capabilities.serverString for details.
See Also
capabilities.hasAudio, capabilities.hasVideoEncoder
capabilities.hasMP3 Property
indicates whether the Player ...