Re: Full Screen Mode

2015-10-09 Thread Deepak MS
any browser, the web > > application goes into full screen mode. I am trying to give a button for > > users which makes them go to full screen. I just want to dispatch this > > in-built F11 event when I click on some button in the application. > > > > Any ideas how can tha

Re: Full Screen Mode

2015-10-08 Thread pkumar.flex
hit F11 on the keyboard on any browser, the web > application goes into full screen mode. I am trying to give a button for > users which makes them go to full screen. I just want to dispatch this > in-built F11 event when I click on some button in the application. > > Any ideas how

Re: Full Screen Mode

2015-10-07 Thread Deepak MS
imelow.com/flash-player-11-3-fullscreen-keyboard-input/ > > Olaf > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Full-Screen-Mode-tp11278p11280.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >

Re: Full Screen Mode

2015-10-07 Thread OK
Take a look at this: http://www.leebrimelow.com/flash-player-11-3-fullscreen-keyboard-input/ Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Full-Screen-Mode-tp11278p11280.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Full Screen Mode

2015-10-07 Thread Maxim Solodovnik
you can check 'key code' if it is F11, handle it and return false (cancel bubble) On Wed, Oct 7, 2015 at 5:34 PM, Deepak MS wrote: > Hi there, > Right now when I hit F11 on the keyboard on any browser, the web > application goes into full screen mode. I am trying to give a

Full Screen Mode

2015-10-07 Thread Deepak MS
Hi there, Right now when I hit F11 on the keyboard on any browser, the web application goes into full screen mode. I am trying to give a button for users which makes them go to full screen. I just want to dispatch this in-built F11 event when I click on some button in the application. Any ideas