Re: [Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-08 Thread Alexander Farber
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


Re: [Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-08 Thread elia . lists

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);}

Elia

- Original Message - 
From: Dave Mennenoh [EMAIL PROTECTED]

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Monday, January 07, 2008 11:27 PM
Subject: Re: [Flashcoders] Is Key Object Changed With New Plugin Update?



Works fine here. How / where is it not working for you?

Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
___
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


[Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-07 Thread elia . lists

This code has worked fine for some years now, but all of a sudden broken.

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

I guess it has to do with a change in the player plugin?

BTW this is AS2

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


Re: [Flashcoders] Is Key Object Changed With New Plugin Update?

2008-01-07 Thread Dave Mennenoh

Works fine here. How / where is it not working for you?

Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders