Have you used fscommand("trapallkeys"); ? What do you get if you log out
Key.getCode() in this function?Rich -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
