I have an input text TextField in my movieclip instance but the text field just won't accept all my characters. I can enter for example character 'e', but pressing for example key 'p' won't work. Movie clip and it's TextField child is created in flash editor but I am creating an instance of this MC in my AS3 document class.
If I set keyboard event handler, it catches all the keyboard events, but the are just not shown in InputText field? I am using default Arial and Helvetica fonts. I even tried embedding them, but nothing actually helps.