50
Flash Lite Properties
Example
The following example uses the
_currentframe
property and the
gotoAndStop()
function
to direct the playhead of the
my_mc
movie clip to advance five frames ahead of its current
location:
tellTarget("my_mc") {
gotoAndStop(_curren 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,
true
, displays a yellow rectangle around the
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
false
if you do not
want the yellow rectangle to appear.
Example
The following example disables the yellow focus rectangle from appearing in the application:
_focusrect = false;
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...