TextSnapshot.setSelectColor()

Availability

Authoring: Flash MX 2004.

Playback: SWF files published for Flash Player 6 or later, playing in Flash Player 7 or later.

Usage

mySnapshot.setSelectColor(hexColor);

Parameters

hexColor The color used for the border placed around characters that have been selected by the corresponding TextSnapshot.setSelected() command, expressed in 0xRRGGBB format.

Returns

Nothing.

Description

Method; specifies the color to use when highlighting characters that have been selected with the TextSnapshot.setSelected() command. The color is always opaque; you can't specify a transparency value.