Flash Lite 2.x and 3.0 ActionScript Language Reference

toggleHighQuality function

toggleHighQuality()

Deprecated since Flash Player 5. This function was deprecated in favor of _quality.

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 property, _quality property