toggleHighQuality()
Availability
Flash 2. This function was deprecated in Flash 5 in favor of
Usage
toggleHighQuality()
Parameters
None.
Returns
Nothing.
Description
Function; turns anti-aliasing on and off in Flash Player. Anti-aliasing smooths the edges of objects
and slows down SWF playback. This action affects all SWF files in Flash Player.
Example
The following code could be applied to a button that, when clicked, would toggle anti-aliasing
on and off:
on(release) {
toggleHighQuality();
}
See also
_highquality,
_quality
.
_quality
toggleHighQuality() 1103
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?