A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: stage.displayState=StageDisplayState.FULL_SCREEN;

  1. #1
    Member
    Join Date
    Nov 2004
    Posts
    39

    stage.displayState=StageDisplayState.FULL_SCREEN;

    I have a projector file in CS4 AS3.

    I used this code to go full screen.

    stage.displayState=StageDisplayState.FULL_SCREEN;
    Now in CS5 the same code appears to disable my keyboard. I have no keyboard input unless I leave fullscreen. This wasn't an issue for me in CS4. Can anyone explain this to me or give me any advice or workarounds?

    Thanks

  2. #2
    Member
    Join Date
    Sep 2010
    Posts
    37
    I dunno if this'll work but have you tried

    stage.setFocus();

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center