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

前端 未结 5 1110
渐次进展
渐次进展 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:28

    You can use JavaScript to open a new window (using window.open) and control the window that is opened (no address bar, etc). You can also control the size of the window (you can't maximize it, but you can get the users screen size, and set the window that same size).

提交回复
热议问题