toggleHighQuality( ) Global Function

ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock
Chapter 18.  ActionScript Language Reference
toggleHighQuality( ) Global Function Flash 5

change the rendering quality of the PlayerFlash 2; deprecated in
toggleHighQuality()

Description

The toggleHighQuality( ) function switches between High quality and Low quality rendering. When set to High, the Flash Player renders lines with antialiased (smooth) edges. When set to Low, the Flash Player renders lines with aliased (jagged) edges. The toggleHighQuality( ) function does not take any arguments; it simply switches between the two possible settings "High" and "Low". This is problematic because it doesn't explicitly set the quality to a known setting, nor does it allow for more than two different possible quality settings.

As of Flash 5, toggleHighQuality( ) has been deprecated in favor of the global _quality property, which supports Low, AutoLow, Medium, High, AutoHigh, and Best rendering settings.

See Also

_highquality, _quality



    ActionScript for Flash MX. The Definitive Guide
    ActionScript for Flash MX: The Definitive Guide, Second Edition
    ISBN: 059600396X
    EAN: 2147483647
    Year: 2002
    Pages: 780
    Authors: Colin Moock

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net