|
|
text.length
AvailabilityFlash
MX 2004.
DescriptionRead-only
property; an integer that represents the number of characters in
the Text object.
ExampleThe
following example returns the number of characters in the selected
text:
var textLength = fl.getDocumentDOM().selection[0].length;
|