MovieClip._highquality
Availability
Flash Player 6. This function was deprecated in favor of
Usage
my_mc._highquality:Number
Description
Property; 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. This property can overwrite the global
Example
The following ActionScript specifies that best quality anti-aliasing should be applied to the SWF
file.
my_mc._highquality = 2;
See also
TextField._quality
1092
Appendix: Deprecated Language Elements
.
_quality
_highquality
property.
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?