N-R > _quality

_quality

Syntax

_quality
_quality = x;

Arguments

x A string specifying one of the following values:

LOW Low rendering quality. Graphics are not antialiased, bitmaps are not smoothed.

MEDIUM Medium rendering quality. Graphics are antialiased using a 2x2 grid, but bitmaps are not smoothed. Suitable for movies that do not contain text.

HIGH High rendering quality. Graphics are antialiased using a 4x4 grid, and bitmaps are smoothed if the movie is static. This is the default rendering quality setting used by Flash.

BEST Very high rendering quality. Graphics are antialiased using a 4x4 grid, and bitmaps are always smoothed.

Description

Property (global); sets or retrieves the rendering quality used for a movie.

Player

Flash 5 or later.

Example

The following example sets the rendering for oldQuality to HIGH:

oldQualtiy = _quality
_quality = "HIGH";

See also

_highquality