Search code examples
actionscript-3flashairmobile-application

IN FLASH AS3 MOBILE APP - how to make soft keyboard show only numbers or for email?


I am making a mobile app with adobe air 3.9 and in the registration form, I wish to make email text-field have a keyboard or soft-keyboard type as email (i.e. having a button for ".com" and "@" in the soft-keyboard)and age to have numbers only.

I see some helps around but none gets me a clear idea.

Can anyone help me with a quick tutorial or a code snippet.

Thanks Saurabh


Solution

  • Use NativeText, look here for the great article: http://blogs.adobe.com/cantrell/archives/2011/09/native-text-input-with-stagetext.html