I published from MX04 and Flash 8, to player version 7 and 8 and tested with
7, 8 and 8.5 all worked as expected.

On 2/23/06, blists <[EMAIL PROTECTED]> wrote:
>
> Thanks for checking this. What version of the IDE are you publishing from?
> And just to confirm, your saying it works when changing the publishing
> settings from 7 to 8. What version of the flash player do you have?
>
> Brook
>
> At 02:30 PM 2/23/2006, you wrote:
> >works for me from 7 and 8 in IE and Firefox
> >
> >On 2/23/06, blists <[EMAIL PROTECTED]> wrote:
> > >
> > > No, this is outside of the IDE. Try it yourself and tell me what you
> get.
> > > Dump that code into a new empty fla, then publish it for flash 7
> player
> > > and
> > > you will see a trace when you hit escape. Then republish for flash
> player
> > > 8
> > > and tell me if you see the trace for the escape key. Maybe its
> something
> > > local, but thats the results I see - no trace on the escape key when
> > > published for flash player 8...
> > >
> > > Brookd
> > >
> > > At 12:55 AM 2/23/2006, you wrote:
> > > >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
> > >
> > >
> > > _______________________________________________
> > > 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
>
_______________________________________________
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