Digital Paper Revolution

SWF Scaling and Content Alignment

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;
Stage.align = StageAlign.TOP_LEFT;
combination. Get rid of the fscommand if you want the content to not scale, but stay aligned to the top left.

Comments