toggleHighQuality()

Availability

Flash 2.

Usage

toggleHighQuality()

Parameters

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. This action affects all movies in the 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

_quality, _highquality