Skip to main content
Version: 4.1

FlashPlayerScale

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the value of the Scale attribute of the FlashPlayer control.

public enum FlashPlayerScale : Enum

Fields

NameDescription
ExactFitMakes the entire SWF file visible in the specified area without trying to preserve the original aspect ratio. Distortion can occur.
NoBorderScales the SWF file to fill the specified area, while maintaining the original aspect ratio of the file. Flash Player can crop the content, but no distortion occurs.
NoScalePrevents the SWF file from scaling to fit the area of the OBJECT or EMBED tag. Cropping can occur.
ShowAllMakes the entire SWF file visible in the specified area without distortion, while maintaining the original aspect ratio of the movie. Borders can appear on two sides of the movie.

Used By

NameDescription
FlashPlayer.ScaleModeControls the ability to perform outbound URL access from within the SWF file.