I want to make the browser fullscreen through my flex website
        Posted  
        
            by Zeeshan Rang
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zeeshan Rang
        
        
        
        Published on 2010-06-07T22:25:19Z
        Indexed on 
            2010/06/07
            22:32 UTC
        
        
        Read the original article
        Hit count: 338
        
flex
|actionscript-3
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
© Stack Overflow or respective owner