I am new in flash developer. I want to set my frame at the center of the screen interdependent of screen size. but we are working on full screen view (means stage.scaleMode = StageScaleMode.EXACT_FIT).
Logically I want one background image at back side, which cover all part of the screen, and on that background image I want to set my frame image at center of screen with fix size of (1000 X 750 px).
Thank You.
George Profenza is absolutely right, you need to set StageScaleMode.NO_SCALE in as3 or add parameter in html like this
note you also need to set slign property to TOP_LEFT.
one best tutorial i recommend for you CLICK