PDA

View Full Version : [AS2] Can Flash Do this???


james00bond00
02-27-2009, 09:04 PM
I have a flash presentation that was published to an exe to be run on desktops. When presentation opens in full screen only. I was wondering is there a way to disable the users from exiting out of the full screen without an administrators password? Can this be done with flash. How would you disable the Esc keys and the right click context menu so they can exit full screen. I basically want unauthorized users not to be able to exit the presentation so they can not get the desktop or run anything else on the OS of that computer. :confused:

Thanks in advance!

northcode
03-01-2009, 05:42 PM
You won't be able to do that with Flash alone. You can disable things like the ESC key (with the trapallkeys fscommand) but that only traps keys in Flash, keys that are handled by the OS like Ctrl+Esc will still get through. Here's a thread discussing 'kiosk mode" support, but it requires third party swf2exe support

http://www.actionscript.org/forums/showthread.php3?p=825879