User Guide
436 Chapter 6: Components Dictionary
Form.currentFocusedForm
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mx.screens.Form.currentFocusedForm
Description
Property (read-only); returns the Form object that contains the global current focus. The actual
focus may be on the form itself, or on a movie clip, text object, or component inside that form.
May be
null if there is no current focus.
Example
The following code, attached to a button (not shown), displays the name of the form with the
current focus.
trace("The form with the current focus is: " +
mx.screens.Form.currentFocusedForm);
Form.getChildForm()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myForm.getChildForm(childIndex)
Parameters
childIndex
A number that indicates the zero-based index of the child form to return.
Screen.mouseMove Broadcast when the mouse is moved while over a screen.
Screen.mouseOut Broadcast when the mouse is moved from inside the screen to
outside it.
Screen.mouseOver Broadcast when the mouse is moved from outside this screen to
inside it.
Screen.mouseUp Broadcast when the mouse button was released over an object
(shape or movie clip) directly owned by the screen.
Screen.mouseUpSomewhere Broadcast when the mouse button was released somewhere on
the Stage, but not necessarily over an object owned by this screen.
Event Description