Groups | Blog | Home
all groups > flash actionscript > september 2005 >

flash actionscript : disable ESC key in fullscreen mode


m_aminkarimi
9/11/2005 9:05:35 PM
Hi everybody,
I published a exe project with Flash 2004 Pro. & my project open by default in
fullscreen mode.
but if user press ESC key, the fullscreen mode change to a normal mode.
Is it possible that I can disable this?
Thanks a lot.
ssfanetti
9/12/2005 12:00:00 AM
There are lots of projector builders like mulitdmedia's suite of projector aps
- that will allow you to have a finer degree of control over the Projector
applicaiton. Short of using that, you could set up a key listener for the
escape key - and have it fire the fullscreen command of the stage object. I
have never tried this, but you could experiment with it to see if it works.
FlashJester Support Team
9/12/2005 12:00:00 AM
Yes you can using a 3rd Party tool.

You can use ours FlashJester Jugglor.

Download a FREE evaluation copy from

http://www.jugglor.com

and try it

Jugglor v.2.1 -> Setup Settings -> Exit on ESC key -> Uncheck

It has many other customisable features which you may like.

Regards
FlashJester Support Team
e. - support@flashjester.com
w. - http://www.flashjester.com

There is a very fine line between "hobby" and
"mental illness."

support NO[at]SPAM northcode.com
9/12/2005 12:00:00 AM

On Sun, 11 Sep 2005 21:05:35 +0000 (UTC), "m_aminkarimi"
[quoted text, click to view]


Yes. The trapallkeys fscommand will disable the ESC key from ending
fullscreen mode and it won't cost you a penny. Just add this to the
first frame of your movie and you're done.

fscommand("trapallkeys", "true");

Enjoy :)

Tim Goss
Northcode Inc.
http://www.northcode.com
AddThis Social Bookmark Button