In as3, is it possible to force the numeric keypad entry to show on a textfield instead of the standard keyboard?
I have a textfield that the user will enter a price with, and it would be a nicer user experience. I know i can restrict the textfield input but would like that actual numeric pad to appear.
First, see a follow document.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/StageText.html#StageText%28%29
http://blogs.adobe.com/cantrell/archives/2011/09/native-text-input-with-stagetext.html
and refer a following code.