Extending Flash |
|
|
|
| Objects > Text object > text.embeddedCharacters | |||
Flash MX 2004.
text.embeddedCharacters
Property; a string that specifies characters to embed. This is equivalent to entering text in the Character Options dialog box.
This property works only with dynamic or input text; it generates a warning if used with other text types.
The following example sets the embeddedCharacters property to "abc":
fl.getDocumentDOM().selection[0].embeddedCharacters = "abc";
|
|
|
|