DPI , . applicationDPI Flex, , Flex .
. DPI , applicationDPI . , , DPI. , DPI DPI, Flex , . , 160 DPI, 1,5x 240 DPI. , , .
AS3 .
DPI Capabilities.screenDPI, , , , - . - .
private static const WIDTH:Number = 1024;
,
var ratio:Number = stage.fullScreenWidth / WIDTH;
myBitmap.scaleX = myBitmap.scaleY = ratio;
, fullScreenWidth/Height . , -
if (stage.fullScreenWidth > stage.fullScreenHeight){
} else {
}
,