Hi Prashant,
I tried that. It didn't work. Event got dispatched but screen did not
toggle.
However, changing the display state of the stage worked well.
Thanks.
On Thu, Oct 8, 2015 at 1:52 PM, pkumar.flex wrote:
> You can dispatch F11 event as below:
>
> stage.dispatchEvent(new KeyboardEvent(K
You can dispatch F11 event as below:
stage.dispatchEvent(new KeyboardEvent(KeyboardEvent.KEY_UP , true , false,
0 , Keyboard.F11));
On Wed, Oct 7, 2015 at 4:54 PM, megharajdeepak [via Apache Flex Users] <
ml-node+s246n1127...@n4.nabble.com> wrote:
> Hi there,
> Right now when I hit F11 on t
I had tried that before but always ended up with security error saying
'Full screen with interactive mode not allowed'. But after adding the
params in html file, it worked well. Thanks Olaf.
On Wed, Oct 7, 2015 at 5:01 PM, OK wrote:
> Take a look at this:
> http://www.leebrimelow.com/flash-playe
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 button for
> users wh