MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 1347

Components language reference
Table of Contents

Advertisement

UIComponent.enabled
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
componentInstance.enabled
Description
Property; indicates whether the component can (
mouse input. The default value is
Example
The following example sets the
checkBoxInstance.enabled = false;
UIComponent.focusIn
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
Usage 1:
var listenerObject:Object = new Object();
listenerObject.focusIn = function(eventObj:Object) {
//...
};
componentInstance.addEventListener("focusIn", listenerObject);
Usage 2:
on (focusIn) {
// ...
}
true
.
true
property of a CheckBox component to
enabled
) or cannot (
) accept focus and
false
UIComponent.focusIn
:
false
1343

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents