MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 425

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Example
The following code disables default push button handling:
focusManager.defaultPushButtonEnabled = false;
FocusManager.enabled
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
focusManager.enabled
Description
Property; a Boolean value that determines if tab handling is turned on (
particular group of focus objects. (For example, another pop-up window could have its own Focus
Manager.) Setting
handle them internally. You must re-enable the Focus Manager handling by watching the
component's
onKillFocus()
Language Reference) or
Example
The following code disables tabbing:
focusManager.enabled = false;
FocusManager.getFocus()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004 and Flash MX Professional 2004.
Usage
focusManager.getFocus()
Parameters
None.
Returns
A reference to the object that has focus.
Description
Method; returns a reference to the object that currently has focus.
426
Chapter 6: Components Dictionary
to
allows a component to receive the tab handling keys and
enabled
false
method (see
event. The default value is
focusOut
MovieClip.onKillFocus
true
) or not (
true
false
in Flash ActionScript
.
) for a

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents