MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference page 152

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Example
The following statement resets the soft keys to their original settings:
status = fscommand2("ResetSoftKeys");
See also
SetSoftKeys
SetInputTextType
Availability
Flash Lite 1.1.
Description
Specifies the mode in which the input text field should be opened:
Command
"SetInputTextType" variableName
Flash Lite supports input text functionality by asking the host application to start the generic
device-specific text input interface, often referred to as the front-end processor (FEP). When
the
SetInputTextType
152
Flash Lite Specific Language Elements
Parameters
Name of the input text field. It
can be either the name of a variable or a string
value that contains the name of a variable.
One of the values
type
,
,
Alphanumeric
Latin
NonLatin
command is not used, the FEP is opened in default mode.
,
,
Numeric
Alpha
, or
NoRestriction
Value returned
0: Failure.
1: Success.
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents