Quality (Movieclip._Quality Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

See also
prevFrame function

_quality (MovieClip._quality property)

public _quality :
Sets or retrieves the rendering quality used for a SWF file. Device fonts are always aliased and
therefore are unaffected by the
The
property can be set to the following values:
_quality
Value
Description
"
"
Low rendering quality.
LOW
"
"
Medium rendering quality.
MEDIUM
This setting is suitable for
movies that do not contain
text.
"
"
High rendering quality.
HIGH
This setting is the default
rendering quality setting
that Flash uses.
"
"
Very high rendering
BEST
quality.
Note: Although you can specify this property for a MovieClip object, it is also a global
property, and you can specify its value simply as
Availability: ActionScript 1.0; Flash Lite 2.0
Example
This example sets the rendering quality of a movie clip named
my_mc._quality = "LOW";
See also
_quality property
508
ActionScript classes
String
property.
_quality
Graphic Anti-Aliasing
Graphics are not anti-aliased.
Graphics are anti-aliased using a 2 x 2 pixel
grid.
Graphics are anti-aliased using a 4 x 4 pixel
grid.
Graphics are anti-aliased using a 4 x 4 pixel
grid.
.
_quality
my_mc
to
:
LOW

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

Table of Contents