T-W > toggleHighQuality

toggleHighQuality

Syntax

toggleHighQuality();

Arguments

None.

Description

Action; turns antialiasing on and off in the Flash Player. Antialiasing smooths the edges of objects and slows down the movie playback. The toggleHighQuality action affects all movies in the Flash Player.

Player

Flash 2 or later.

Example

The following code could be applied to a button that, when clicked, would toggle antialiasing on and off:

on(release) {
	toggleHighQuality();
}

See also

_quality
_highquality