Flash MX 2004.
The TextRun object represents a run of characters that have attributes that match all of the properties in the TextAttrs object . This object is a property of the Text object (text.textRuns).
In addition to the properties available for use with the Text object, the TextRun object provides the following properties:
| Property | Description |
|---|---|
| textRun.characters | A string that represents the text contained in the TextRun object. |
| textRun.textAttrs | The TextAttrs object containing the attributes of the run of text. |