If you want to position the flash top/left and not have it scale when you resize it’s bounding box window, you can set the following code.
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
For full documentation from Adobe take a look here.