Extending Flash |
|
|
|
| Objects > TextAttrs object > textAttrs.url | |||
Flash MX 2004.
textAttrs.url
Property; a string that represents the URL property of the text field. This property works only with static text.
The following example sets the URL of the selected text field to http://www.adobe.com:
fl.getDocumentDOM().setElementTextAttr("url", "http://www.adobe.com");
|
|
|
|