MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 467

Extending flash
Table of Contents

Advertisement

textRun.textAttrs
Availability
Flash MX 2004.
Usage
textRun.textAttrs
Description
Property; the
TextAttrs object
containing the attributes of the run of text.
Example
The following example displays the properties of the first run of characters in the selected text
field in the Output panel.
var curTextAttrs = fl.getDocumentDOM().selection[0].textRuns[0].textAttrs;
for (var prop in curTextAttrs) {
fl.trace(prop + " = " + curTextAttrs[prop]);
}
TextRun object
467

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents