Extending Flash |
|
|
|
| Objects > Text object > text.selectable | |||
Flash MX 2004.
text.selectable
Property; a Boolean value. If the value is true, the text can be selected.
Input text is always selectable. It generates a warning when set to false and used with input text.
The following example sets the selectable property to true:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].selectable = true;
|
|
|
|