_highquality
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
_highquality
_highquality = value

Arguments
value: Numeric, new value of global quality setting.

Returns
Current quality setting.

Description
Property (global); specifies the level of anti-aliasing applied to the current Movie. Specify 2 (BEST) to apply high quality with bitmap smoothing always on. Specify 1 (high quality) to apply anti-aliasing; this will smooth bitmaps if the Movie does not contain animation. Specify 0 (low quality) to prevent anti-aliasing.

Sample
_highquality = 1
;   // apply anti-aliasing

See also
toggleHighQuality