I have a textInput field form that's not displaying the characters it should when typed into. E.g. when the letter "æ" on my keybard is pressed "¾" shows up. This only happens once the flash movie is being displayed in a browser (that is embedded in html), preview through flash does not have this problem. The font is properly embedded as "nameInp.text = "ÆæÖö" shows the correct text in the textInput. It is only when I try to type when it doesn't work as it should.
I have Window mode set to window and I've tried setting "System.useCodePage = true;"
Anyone know of a solution to this problem?