[SOLVED] Flash fullscreen mode: center vertically

If you only need it to work in Flash:

stage.scaleMode = StageScaleMode.SHOW_ALL;
stage.align = untyped "";

If you’re compiling for multiple targets, use this.