[osflash] Combo Key Strokes doesn't work in IE?
Richard Leggett
rleggett at gmail.com
Fri Dec 9 05:56:01 EST 2005
Have you used fscommand("trapallkeys"); ? What do you get if you log out
Key.getCode() in this function?
Rich
-----Original Message-----
From: osflash-bounces at osflash.org [mailto:osflash-bounces at osflash.org] On
Behalf Of Carlos Rovira
Sent: 09 December 2005 09:00
To: Open Source Flash Mailing List
Subject: [osflash] Combo Key Strokes doesn't work in IE?
Hi guys,
I'm experiencing problems with combinations of keys like "CONTROL - C"
when I run my SWF in Internet Explorer (while in Firefox all works right),
I'm searching in the web for some Technote or something but I can't find
anything.
The code I'm using is :
// --- C + CONTROL (67 is the key code for char "C"
if (Key.getCode() == 67 && Key.isDown(Key.CONTROL)) {
copyElements();
}
Anyone has run into the same problem?
Thanks in advance.
--
::| Carlos Rovira
::| http://www.carlosrovira.com
_______________________________________________
osflash mailing list
osflash at osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
More information about the osflash
mailing list