Flash'In'App - ESFlashView - Class Constants

The following constants of type FlashMovieQuality are used to playback quality constants:

FlashMovieQuality_Low

Low quality of Flash Movie

FlashMovieQuality_Medium

Medium quality of Flash Movie

FlashMovieQuality_High High quality of Flash Movie

 

The following constants of type FlashScaleType are used to indicate scale type:

 

SCALE_SHOWALL

makes the entire movie visible in the specified area without distortion, while maintaining the original aspect ratio of the movie. Borders may appear on two sides of the movie.

SCALE_NOBORDER

scales the movie to fill the specified area, without distortion but possibly with some cropping, while maintaining the original aspect ratio of the movie.

SCALE_NOSCALE
shows the movie in original size
SCALE_EXACTFIT
makes the entire movie visible in the specified area without trying to preserve the original aspect ratio. Distortion may occur.

 

The following constants of type FlashSAlignType are used to indicate align type:

 

SALIGN_DEFAULT

align the movie to the centre

SALIGN_LEFT

align the movie along the left edge of the browser window and crop the remaining three sides as needed

SALIGN_TOP
align the movie along the top edge of the browser window and crop the remaining three sides as needed
SALIGN_RIGHT
align the movie along the right edge of the browser window and crop the remaining three sides as needed
SALIGN_BOTTOM
align the movie along the bottom edge of the browser window and crop the remaining three sides as needed
SALIGN_TOP_LEFT
align the movie to the top left corner of the browser window and crop the bottom and remaining right or left side as needed
SALIGN_TOP_RIGHT
align the movie to the top right corner of the browser window and crop the bottom and remaining right or left side as needed
SALIGN_BOTTOM_LEFT
align the movie to the bottom left corner of the browser window and crop the top and remaining right or left side as needed
SALIGN_BOTTOM_RIGHT
align the movie to the bottom right corner of the browser window and crop the top and remaining right or left side as needed

See also: