User Guide
Flash Lite platform capabilities (Flash Professional only) 103
FSCommand Indicates how frequently Flash Lite processes fscommand()
or
fscommand2() function calls. Valid values are as follows:
OnePerKey: Only one
fscommand() call is allowed for each
keypress.
OnePerKeyPerFrame: Only one
fscommand() call is
allowed per event handler or per frame.
All: No restriction on how frequently
fscommand() can be
called.
None: The
fscommand() function is not supported.
getUrl Indicates how frequently Flash Lite processes
getURL()
function calls. Valid values are as follows:
OnePerKey: Only one
getURL() call is allowed for each
keypress.
OnePerKeyPerFrame: Only one
getURL() call is allowed
per event handler or per frame.
All: No restriction on how frequently
getURL() can be
called.
None: The
getURL() function is not supported.
GetURL_UTF8 Specifies what conversion, if any, the host application
performs on a URL string that the SWF file passes to the
getURL() function. Possible values: Default_NoConversion
(no conversion), Uses_UTF8 (the host application
converts the URL to UTF8 before passing it to the external
application), and Uses_MBCS (the host application
converts the URL to MBCS before passing it to the
external application).
InputText Indicates whether the platform supports input text (Yes) or
not (No). For more information about input text, see “Using
input text fields” on page 35).
KeyRestrictions Specifies whether all URL requests (for example, using the
getURL() or loadVariables() methods) need to be
triggered by a keypress or mouse action (Yes) or not (No).
keySet Indicates what key events Flash Lite supports on the
device. For more information about handling key events,
see “Handling key and button events (Flash Professional
only)” on page 20. Valid values are as follows:
All: All key events are handled:
Phone: Only events associated with the 0 to 9, #, *, Select,
and four-way navigation keys are handled.
Capability name Description and possible values