When you normally publish the file in Flash IDE using Ctrl+Enter, go to main 
menu> control > disable keyboard shortcuts and you'll see your trace :)

Igor V. a.k.a. The Helmsman
www.mixtv.tv

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Matsikas
Sent: Thursday, February 23, 2006 5:44 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Key.addListener and the escape key for flash player8

You disabled Keyboard shortcuts right?
cltr+enter.. then..
Control > Disable Keyboard shortcuts

On 2/22/06, blists <[EMAIL PROTECTED]> wrote:
>
> I am trying to capture the escape key and have been able to do so in 
> the past with this code. But when I publish for flash player 8, the 
> Escape key no longer  registers an event, while other keys work fine. 
> I couldn't find anything about this is the docs. Anybody know why?
>
> this.KeyListener = new Object();
> this.KeyListener.owner = this;
> this.KeyListener.onKeyUp = function () {
>         trace(Key.getCode())
> }
> Key.addListener(this.KeyListener);
>
>
> brookd
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training 
> http://www.figleaf.com http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com 
http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to