Flash Lite 2.x and 3.0 ActionScript Language Reference

focusEnabled (MovieClip.focusEnabled property)

public focusEnabled : Boolean

If the value is undefined or false, a movie clip cannot receive input focus unless it is a button. If the focusEnabled property value is true, a movie clip can receive input focus even if it is not a button.

Example

The following example sets the focusEnabled property for the movie clip my_mc to false:

my_mc.focusEnabled = false;