How To Disable Key Listeners While Inputting Text?

Hello,

I have an input textfield and some keys listeners on the stage. When typing in the input textfield the key listeners of the stage and loaded swfs get triggered. I’ve tried different things with focus and stopPropagation but nothing’s been working, at least the ways I’ve been implementing it.

So my question is, “How can I make it so that when I am typing into the input textfield, none of the keylisteners get triggered?”

Thanks for any help.

*Using AS3 - Flash CS4