Extending Flash |
|
|
|
| Objects > Text object > text.border | |||
Flash MX 2004.
text.border
Property; a Boolean value. A value of true causes Flash to show a border around text.
The following example sets the border property to a value of true:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].border = true;
|
|
|
|