MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 801

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

Advertisement

{
form.icon.visible = !form.icon.visible;
}
form.addEventListener("keyUp", formListener);
UIComponent.setFocus()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
componentInstance.setFocus();
Parameters
None.
Returns
Nothing.
Description
Method; sets the focus to this component instance. The instance with focus receives all
keyboard input.
Example
The following code gives focus to the
checkbox.setFocus();
UIComponent.tabIndex
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
instance.tabIndex
Description
Property; a number indicating the tabbing order for a component in a document.
Example
The following code sets the value of
var tmp = checkbox.tabIndex;
instance:
checkbox
to the
property of the
tmp
tabIndex
instance:
checkbox
UIComponent class
801

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