AIR 正中

AIR 居中stage.nativeWindow.x (Capabilities.screenResolutionX - stage.nativeWindow.width) / 2stag

AIR 居中

stage.nativeWindow.x = (Capabilities.screenResolutionX - stage.nativeWindow.width) / 2;stage.nativeWindow.y = (Capabilities.screenResolutionY -stage.nativeWindow.height) / 2;

?

可以实现。。。。