
Untitled
By: a guest on
Apr 15th, 2012 | syntax:
None | size: 0.48 KB | hits: 9 | expires: Never
Flash / Flex Full Screen Scaling Remove Border
contextView.stage.align = StageAlign.TOP;
contextView.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
contextView.stage.scaleMode = StageScaleMode.SHOW_ALL;
<s:Rect id="backgroundRect" left="0" right="0" top="0" bottom="0" includeIn="normal">
<s:stroke>
<s:SolidColorStroke color="0" alpha="0.50" weight="1" />
</s:stroke>
<s:fill>
<s:SolidColor color="0xf3f3f3"/>
</s:fill>
</s:Rect>