// Set to the width and height of your screenstage.stageWidth = Capabilities.screenResolutionX;
stage.stageHeight = Capabilities.screenResolutionY;
// Put it in the corner, so it's not hanging off the sidestage.nativeWindow.x = 0;
stage.nativeWindow.y = 0;
You'll probably also want to set some type of scale mode.