| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | AIR 1.0 Flash Player 9 | 
The StageQuality class provides values for the 
Stage.quality property. 
public static const BEST:String = "best"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | AIR 1.0 Flash Player 9 | 
Specifies very high rendering quality: graphics are anti-aliased using a 4 x 4 pixel 
grid and bitmaps are always smoothed.
public static const HIGH:String = "high"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | AIR 1.0 Flash Player 9 | 
Specifies high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid, 
and bitmaps are smoothed if the movie is static. 
public static const LOW:String = "low"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | AIR 1.0 Flash Player 9 | 
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.
This setting is not supported in Adobe AIR.
public static const MEDIUM:String = "medium"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | AIR 1.0 Flash Player 9 | 
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, 
but bitmaps are not smoothed. This setting is suitable for movies that do not contain text.
This setting is not supported in Adobe AIR.
 © 2009 Adobe Systems Incorporated. All rights reserved. 
Fri Aug 14 2009, 04:09 PM +05:30