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.

Availability: ActionScript 1.0; Flash Player 2

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

, _quality property


Version 8

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00001777.html