ActionScript 2.0 Language Reference |
|
|
|
| ActionScript language elements > Global Properties > _highquality property | |||
_highquality
Deprecated since Flash Player 5. This property was deprecated in favor of _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 will smooth bitmaps if the SWF file does not contain animation. Specify 0 (low quality) to prevent anti-aliasing.
Availability: ActionScript 1.0; Flash Player 4
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;
|
|
|
|