Unfortunately, Portuguese is not an officially supported language for Flash. It should work mostly, but there are apparently some known code-page related issues.
You can file a bug at www.adobe.com/go/wish, but you probably won't get immediate action. What other diagnostics have you tried? What code-page are you using? Where is @ in that code page? Does any other AltGr combination work or is it just @. Does AltGr+2 work for HTML pages in FF? Does the Flex component get a KeyboardEvent when you type this combination? What are its properties? Maybe you can detect the correct keyCode(s) and workaround the issue. Do any keyboards on the Flash supported language list use AltGr? If so, does AltGr work for those languages? -Alex ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: Wednesday, March 14, 2007 4:57 PM To: [email protected] Subject: Re: [flexcoders] ALT-GR + key not working in Firefox Alex, http://www.treinatom.com.br/site/contato <http://www.treinatom.com.br/site/contato> this form I can use alt-gr + '2' in IE and I got the expected @ but the same in FF doesn't work. If I compile locally a test app with just an textinput, it works. Is there anyway I could try to track this issue so it can be solved? João Fernandes

