Focusrect - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

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 example uses the
property and the
function
_currentframe
gotoAndStop()
to direct the playhead of the
movie clip to advance five frames ahead of its current
my_mc
location:
tellTarget("my_mc") {
gotoAndStop(_currentframe + 5);
}
See also
gotoAndStop()

_focusrect

Availability
Flash Lite 1.0.
Usage
_focusrect = Boolean;
Description
Property (global); specifies whether a yellow rectangle appears around the button or text field
that has the current focus. The default value,
, displays a yellow rectangle around the
true
currently focused button or text field as the user presses the Up or Down Arrow keys on their
phone or mobile device to navigate through objects in a SWF file. Specify
if you do not
false
want the yellow rectangle to appear.
Example
The following example disables the yellow focus rectangle from appearing in the application:
_focusrect = false;
50
Flash Lite Properties

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