Yup, but that isn't the problem... the problem is that Key.getCode() will give you 17 if you press CTRL+5.
So it's trapping only the the CTRL key.

Elia

----- Original Message ----- From: "Alexander Farber" <[EMAIL PROTECTED]>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, January 08, 2008 9:56 AM
Subject: Re: [Flashcoders] Is Key Object Changed With New Plugin Update?


On MSIE, don't you need to click the flash lugin first?

On Jan 8, 2008 9:43 AM,  <[EMAIL PROTECTED]> wrote:
It works fine in Firefox, but this is related to IE 7,and it's fairly new.
This is on Windows XP, I have not been able to test any other configs.
 It has to be something updated in IE7 or the plugin.

// track CTRL+5
if (Key.isDown(Key.CONTROL) && Key.getCode() == 53) {trace("yes");}

Regards
Alex

--
http://preferans.de
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to