I want the past two hours of my life back. Real quick, it turns out that in AS3, fscommand("allowscale", "false") messes with the
Stage.scaleMode = StageScaleMode.NO_SCALE;combination. Get rid of the fscommand if you want the content to not scale, but stay aligned to the top left.
Stage.align = StageAlign.TOP_LEFT;
Comments