Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 418 Bytes

File metadata and controls

24 lines (13 loc) · 418 Bytes

textRun.characters

Availability

Flash MX 2004.

TextRun object

Usage

textRun.characters

Description

Property; the text contained in the TextRun object.

Example

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