Highquality - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

_highquality

Availability
Flash Player 4. This function was deprecated in Flash 5 in favor of
Usage
_highquality
Description
Property (global); 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 will smooth bitmaps if the SWF file does not contain animation. Specify
0 (low quality) to prevent anti-aliasing.
Example
The following ActionScript is placed on the main Timeline, and sets the global quality property
to always apply bitmap smoothing in non-animated files.
_highquality = 1;
See also
_quality,
TextField._highquality
1080
Appendix: Deprecated Language Elements
.
_quality

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents