M > MovieClip._highquality |
![]() ![]() ![]() |
MovieClip._highquality
Availability
Flash Player 6.
Usage
myMovieClip
._highquality
Description
Property (global); specifies the level of anti-aliasing applied to the current movie. Specify 2 (BEST) to apply high quality with bitmap smoothing always on. Specify 1 (high quality) to apply anti-aliasing; this will smooth bitmaps if the movie does not contain animation. Specify 0 (low quality) to prevent anti-aliasing. This property can overwrite the global _highquality
property.
Example
myMovieClip._highquality = 1;
See also
![]() ![]() ![]() |