_focusrect
Top  Previous  Next


SWiSH Player Support
SWF6 or later - Not Supported (Use File | Test | Browser/Player)

Syntax
_focusrect = Boolean;

Arguments
None.

Returns
None.

Description
Global property that defines whether a yellow rectangle appears around the button that has keyboard focus.
Default value is true.

Sample
onLoad() {
    _focusrect = false;   // turn off yellow rectangle around selected button.
}