If you want to only show numeric characters in a textfield in flash actionscript you can use the following code:
myTextField.restrict = "0-9";
If you want to only show numeric characters in a textfield in flash actionscript you can use the following code:
myTextField.restrict = "0-9";