A-C > Button._quality |
Button._quality
button, button._quality, _quality, quality
Availability
Flash Player 6.
Usage
myButton._quality
Description
Property (global); sets or retrieves the rendering quality used for a movie. Device fonts are always aliased and therefore are unaffected by the _quality property.
The _quality property can be set to the following values:
" |
|
" |
|
" |
|
" |
Example
The following example sets the rendering quality to LOW:
myButton._quality = "LOW";
See also
_highquality, toggleHighQuality