FlashPlayerScale

Wisej.Web.FlashPlayerScale

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public enum FlashPlayerScale : Enum

Fields

NameDescription

ExactFit

Makes the entire SWF file visible in the specified area without trying to preserve the original aspect ratio. Distortion can occur.

NoBorder

Scales 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.

NoScale

Prevents the SWF file from scaling to fit the area of the OBJECT or EMBED tag. Cropping can occur.

ShowAll

Makes 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

Controls the ability to perform outbound URL access from within the SWF file.

Last updated