![]() ![]() | |
Flash 2; deprecated in favor of _quality.
toggleHighQuality()
None.
Nothing.
Deprecated function; turns anti-aliasing on and off in Flash Player. Anti-aliasing smooths the edges of objects and slows down SWF playback. This action affects all SWF files in Flash Player.
The following code could be applied to a button that, when clicked, would toggle anti-aliasing on and off:
on(release) {
toggleHighQuality();
}
![]() ![]() | |