User Guide

Table Of Contents
fscommand2() 153
The following table shows what effect each mode has, and what modes are substituted:
Example
The following line of code sets the input text type of the field associated with the input1
variable to receive numeric data:
status = fscommand2("SetInputTextType", "input1", "Numeric");
SetQuality
Availability
Flash Lite 1.1.
Description
Sets the quality of the rendering of the animation.
Example
The following example sets the rendering quality to low:
status = fscommand2("SetQuality", "low");
Mode
specified
Sets the FEP to one of these mutually
exclusive modes
If not supported on
current device, opens
the FEP in this mode
Numeric Numbers only (0 to 9) Alphanumeric
Alpha Alphabetic characters only (A to Z, a to z) Alphanumeric
Alphanumeric Alphanumeric characters only (0 to 9, A to Z,
a to z)
Latin
Latin Latin characters only (alphanumeric and
punctuation)
NoRestriction
NonLatin Non-Latin characters only (for example, Kanji
and Kana)
NoRestriction
NoRestriction Default mode (sets no restriction on the FEP)
NOTE
Not all mobile phones support these input text field types. For this reason, you must
validate the input text data.
Command Parameters Value returned
"SetQuality"
quality
The rendering quality; must be
"high", "medium", or "low".
-1: Not supported.
0: Supported.