MovieClip.focusEnabled

Availability

Flash Player 6.

Usage

my_mc.focusEnabled:Boolean

Description

Property; 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;

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/mx2004/main_7_2/00001499.html