User Guide
MovieClip 915
_quality (MovieClip._quality property)
public _quality : String
Sets or retrieves the rendering quality used for a SWF file. Device fonts are always aliased and
therefore are unaffected by the
_quality property.
You can set the
_quality to the following values:
Value Description Graphic anti-
aliasing
Bitmap smoothing
"LOW" Low rendering quality. Graphics are not anti-
aliased.
Bitmaps are not smoothed.
"
MEDIUM" Medium rendering
quality. This setting is
suitable for movies that
do not contain text.
Graphics are anti-
aliased using a 2 x 2
pixel grid.
Flash Player 8: Bitmaps
are smoothed based on the
smoothing parameter used
in
MovieClip.attachBitmap()
and
MovieClip.beginBitmapFill
()
calls.
Flash Player 6 and 7:
Bitmaps are not smoothed.