Setfocusrectcolor Fscommand2 Command; Setinputtexttype Fscommand2 Command - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

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

Advertisement

SetFocusRectColor fscommand2 Command

SetFocusRectColor
Sets the color of the focus rectangle to any color.
The acceptable range of values for red, green, and blue is 0-255. For Flash, you cannot change
the default color of the focus rectangle, which is yellow.
Command
SetFocusRectColor
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following statement resets the color of the focus rectangle:
status = fscommand2("SetFocusRectColor, <red>, <green>, <blue>);

SetInputTextType fscommand2 Command

SetInputTextType
Specifies the mode in which the input text field should be opened.
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 command is not used, the FEP is opened in default mode.
Command
SetInputTextType
240
ActionScript language elements
Parameters
None
Parameters
Name of the input text
variableName
field. It can be either the name of a
variable or a string value that
contains the name of a variable.
type One of the values Numeric,
Alpha, Alphanumeric, Latin,
NonLatin, or NoRestriction.
Value Returned
: Not supported
:
-1
0
Indeterminable
: Success
1
Value Returned
: Failure.
: Success.
0
1

Advertisement

Table of Contents
loading

Table of Contents