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