Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 440 Bytes

File metadata and controls

20 lines (10 loc) · 440 Bytes

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");