private function focusChangeListener (e:FocusEvent):void { if (e.target == namefield && namefield.text.length < 3) { trace("Name entered is less than three characters long"); e.preventDefault( ); } } } }
Related Scripts with Example Source Code in same category :