Guest User

Untitled

a guest
Aug 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Flex and AS3 set SystemChrome
  2. currentState = 'State2';
  3. var windowOptions:NativeWindowInitOptions = new NativeWindowInitOptions();
  4. windowOptions.systemChrome = NativeWindowSystemChrome.STANDARD;
  5. windowOptions.type = NativeWindowType.NORMAL;
Add Comment
Please, Sign In to add comment