element.selected

#### Availability

Flash 8.

#### Usage

element.selected

#### Description

Property; a Boolean value that specifies whether the element is selected (true) or not (false).

#### Example

javascript
The following example selects the element:
element.selected = true;