Extending Flash |
|
|
|
| Objects > Element object > element.selected | |||
Flash 8.
element.selected
Property; a Boolean value that specifies whether the element is selected (true) or not (false).
The following example selects the element:
element.selected = true;
|
|
|
|