I want to make the browser fullscreen through my flex website
- by Zeeshan Rang
I have a website which is built totally in flex.
I want to make a button, on the click of which the browser becomes fullscreen. I am not talking about a flex fullscreen, by which i mean "Application.application.stage.displayState = StageDisplayState.FULL_SCREEN;" I dont want to use this.
The reason, I dont want to use it is, that flash does not supports keyboard on flex-fullscreen. But if i can make the browser fullscreen, it will solve my purpose.
Plz help me with this.
Also i am hoping the same method will be good for all browsers on PC and Mac both.
Regards
Zeeshan