Class fever.display.style.StageScaleMode

Description

Provides values for the Stage.scaleMode property.

Field Index

EXACT_FIT, NO_BORDER, NO_SCALE, SHOW_ALL

Field Detail

EXACT_FIT

static public EXACT_FIT:String
Specifies that the entire Flash application be visible in the specified area without trying to preserve the original aspect ratio.

NO_BORDER

static public NO_BORDER:String
Specifies that entire Flash application fill the specified area, without distortion but possibly with some cropping, while maintaining the original aspect ratio of the application.

NO_SCALE

static public NO_SCALE:String
Specifies that the size of the Flash application be fixed, so that it remains unchanged even as the size of the player window changes.

SHOW_ALL

static public SHOW_ALL:String
Specifies that the entire Flash application be visible in the specified area without distortion while maintaining the original aspect ratio of the application.