Value
Description
"
"
High rendering quality.
HIGH
This setting is the
default rendering
quality setting that
Flash uses.
"
"
Very high rendering
BEST
quality.
Although you can specify this property for a
and you can specify its value simply as
Availability: ActionScript 1.0; Flash Player 6
Example
This example sets the rendering quality of a movie clip named
my_mc._quality = "LOW";
916
ActionScript classes
Graphic anti-
aliasing
Graphics are anti-
aliased using a 4 x 4
pixel grid.
Graphics are anti-
aliased using a 4 x 4
pixel grid.
object, it is also a global property,
MovieClip
.
_quality
Bitmap smoothing
Flash Player 8: Bitmaps
are smoothed based on the
parameter used
smoothing
in
MovieClip.attachBitmap()
and
MovieClip.beginBitmapFill
calls.
()
Flash Player 6 and 7:
Bitmaps are smoothed if
the movie clip is static.
Flash Player 8: Bitmaps
are smoothed based on the
parameter used
smoothing
in
MovieClip.attachBitmap()
and
MovieClip.beginBitmapFill
calls. When the
()
is set, the result
smoothing
renders with higher quality
when the movie clip is
scaled down, by using an
averaging algorithm. This
can slow down rendering,
but it allows for applications
such as high-quality
thumbnails of large images.
Flash Player 6 and 7:
Bitmaps are always
smoothed.
to
:
my_mc
LOW
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?