FlashTextEditor.linkColor

Availability

Flash Player 8
Flash Player 9(AS3 version)

Usage

myTextEditor.linkColor : Number

Description

Allows changing of color used for links in the runtime. This value will have no use if link color is defined inside CSS file.

Examples

The following code will change link color to red

myTextEditor.linkColor = 0xFF0000;