Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 0.48 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Flash / Flex Full Screen Scaling Remove Border
  2. contextView.stage.align  = StageAlign.TOP;
  3. contextView.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
  4. contextView.stage.scaleMode = StageScaleMode.SHOW_ALL;
  5.        
  6. <s:Rect id="backgroundRect" left="0" right="0" top="0" bottom="0" includeIn="normal">
  7.     <s:stroke>
  8.         <s:SolidColorStroke color="0" alpha="0.50" weight="1" />
  9.     </s:stroke>
  10.     <s:fill>
  11.         <s:SolidColor color="0xf3f3f3"/>
  12.     </s:fill>
  13. </s:Rect>