
capabilities.language Property
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
Alphabetical Language Reference
|
483
Macromedia Flash Communication Server MX (Comm Server). In the desktop version of
Flash Player 6,
hasVideoEncoder is always true, indicating that video encoding is available.
This does not guarantee, however, that the necessary hardware (such as a webcam) is
present.
The corresponding server string for
hasVideoEncoder is VE, with possible values of t (true)
and
f (false). See capabilities.serverString for details.
See Also
capabilities.hasAudioEncoder
capabilities.input Property
the user input device for the system
Flash 6
read/write
System.capabilities.input
Description
The string input property indicates the type of input device provided by the system hard-
ware. For mouse-style devices, the type is “point”. Other names for input devices, such as a
stylus or a cursor pad on a cell phone, will be determined as they become available. The
input property allows a movie to switch to, say, a custom made keypad-only input mode,
which would be much more limited than the typical mouse input mode.
The corresponding server string for
input is I, with possible values of point and other input
device names to be determined. See
capabilities.serverString for details.
See Also
The Mouse object
capabilities.isDebugger Property
indicates whether the ...