It is working for me throughout all the windows in my app. On
creationComplete of the app I call init() to run a number of processes. One
line in init() is

registerGlobalKeyHandler();

which calls what I showed you before. So I am adding the listener not in any
window, but in the app itself

I presume you have this line:

            import flash.events.KeyboardEvent;

In the event handler I am dealing with the enter, escape, and sometimes tab
keys, and in different ways on different screens, all from one process.


-- 
Andrew Wetmore
User Experience Director
Open Learning Exchange - www.ole.org
978-319-7324

Reply via email to