textAttrs.url
#### Availability
Flash MX 2004.
#### Usage
textAttrs.url
#### Description
Property; a string that represents the URL property of the text field. This property works only with static text.
#### Example
The following example sets the URL of the selected text field to http://www.adobe.com:
fl.getDocumentDOM().setElementTextAttr("url", "http://www.adobe.com");