Skip to main content
Version: 3.5

FlashPlayerQuality

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the display list Stage rendering quality of the FlashPlayer control.

public enum FlashPlayerQuality : Enum

Fields

NameDescription
AutoHighEmphasizes 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.
AutoLowEmphasizes 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.
BestProvides the best display quality and does not consider playback speed. All output is anti-aliased and all bitmaps are smoothed.
HighFavors 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.
LowFavors playback speed over appearance and never uses anti-aliasing.
MediumApplies 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

NameDescription
FlashPlayer.QualitySpecifies the display list Stage rendering quality.