Limiting Character Types in Input Fields with Actionscript 2
Small tutorial on how to allow only certain types of characters in an input text field. For instance numbers only, or alphanumericals only. We will also pass a callback function that will execute when we reach a certain number of characters to limit the lenght of the input.