_quality
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
_quality

Arguments
property: Any property of the parent Object.
value: New value of the property.

Description
Property (global); used to set or retrieve the export (render) quality for the movie.

Note: Device fonts are unaffected by the _quality property.

The following values are acceptable for this property:
·    LOW - Bitmap images are not smoothed and graphics are not anti-aliased.  
·    MEDIUM - Bitmap images are not smoothed and graphics are anti-aliased using only a 2 x 2 pixel grid.  
·    HIGH - Bitmap images are smoothed if the movie is static and graphics are anti-aliased using a 4 x 4 pixel grid (this is the default export setting)  
·    BEST - Bitmap images are always smoothed and graphics are anti-aliased using a 4 x 4 pixel grid.