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
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
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.
>
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.
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
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