Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Properties > _highquality | |||
Flash Lite 1.0.
_highquality
Property (global); specifies the level of anti-aliasing applied to the current SWF file. Specify 2 for best quality anti-aliasing. Specify 1 for high quality anti-aliasing. Specify 0 to prevent anti aliasing.
The following statement applies high quality anti-aliasing to the current SWF file:
_highquality = 1;
|
|
|
|