Extending Flash |
|
|
|
| Objects > TextRun object > textRun.characters | |||
Flash MX 2004.
textRun.characters
Property; the text contained in the TextRun object.
The following example displays the characters that make up the first run of characters in the selected text field in the Output panel:
fl.trace(fl.getDocumentDOM().selection[0].textRuns[0].characters);
|
|
|
|