FlashPlayerQuality
Wisej.Web.FlashPlayerQuality
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies the display list Stage rendering quality of the FlashPlayer control.
Fields
Name | Description |
---|---|
AutoHigh | Emphasizes playback speed and appearance equally at first but sacrifices appearance for playback speed if necessary. Playback begins with anti-aliasing turned on. If the actual frame rate drops below the specified frame rate, anti-aliasing is turned off to improve playback speed. Use this setting to emulate the View > Antialias setting in Flash Professional. |
AutoLow | Emphasizes speed at first but improves appearance whenever possible. Playback begins with anti-aliasing turned off. If Flash Player detects that the processor can handle it, anti-aliasing is turned on. |
Best | Provides the best display quality and does not consider playback speed. All output is anti-aliased and all bitmaps are smoothed. |
High | Favors appearance over playback speed and always applies anti-aliasing. If the movie does not contain animation, bitmaps are smoothed; if the movie has animation, bitmaps are not smoothed. |
Low | Favors playback speed over appearance and never uses anti-aliasing. |
Medium | Applies some anti-aliasing and does not smooth bitmaps. It produces a better quality than the Low setting, but lower quality than the High setting. |
Used By
Name | Description |
---|---|
Specifies the display list Stage rendering quality. |
Last updated