toggleHighQuality()
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
toggleHighQuality()

Arguments
None.

Returns
Nothing.

Description
Action: Turns anti-aliasing on and off in Flash Player. Anti-aliasing smooths the edges of Objects and slows down the Movie playback. The toggleHighQuality Action affects all Movies in the Flash Player.

Sample
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