_highquality (MovieClip._highquality property)

public _highquality : Number

Deprecated since Flash Player 7. This property was deprecated in favor of MovieClip._quality.

Specifies the level of anti-aliasing applied to the current SWF file. Specify 2 (best quality) to apply high quality with bitmap smoothing always on. Specify 1 (high quality) to apply anti-aliasing; this smooths bitmaps if the SWF file does not contain animation. Specify 0 (low quality) to prevent anti-aliasing. This property can overwrite the global _highquality property.

Availability: ActionScript 1.0; Flash Player 6

Example

The following ActionScript specifies that best quality anti-aliasing should be applied to the SWF file.

 my_mc._highquality = 2;

See also

_quality (MovieClip._quality property), _quality property


Flash CS3


 

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

Current page: http://livedocs.adobe.com/flash/9.0/main/00001928.html