_highquality

Availability

Flash Player 4; deprecated in favor of _quality.

Usage

_highquality

Description

Deprecated property (global); specifies the level of anti-aliasing applied to the current SWF file. Specify 2 (best quality) to apply high quality with bitmap smoothing always on. Specify 1 (high quality) to apply anti-aliasing; this will smooth bitmaps if the SWF file does not contain animation. Specify 0 (low quality) to prevent anti-aliasing.

Example

_highquality = 1;

See also

_quality, toggleHighQuality()