User Guide

1080 Appendix: Deprecated Language Elements
_highquality
Availability
Flash Player 4. This function was deprecated in Flash 5 in favor of _quality.
Usage
_highquality
Description
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
The following ActionScript is placed on the main Timeline, and sets the global quality property
to always apply bitmap smoothing in non-animated files.
_highquality = 1;
See also
_quality, TextField._highquality