[removed] Automatically maximize browser window and switch to full screen mode?

前端 未结 5 1061
渐次进展
渐次进展 2021-01-22 10:55

I am working on a Flash app that is 900x700 pixels. When viewed in misc. browsers at 1024x768, the browser chrome causes robs too much of the vertical space and the app appears

5条回答
  •  清歌不尽
    2021-01-22 11:45

    To answer the question in the comment you made to your own post. Yes. You can have a button whose click handler does this

    stage.displayState = StageDisplayState.FULL_SCREEN;
    

提交回复
热议问题