submit_btn.addEventListener(MouseEvent.CLICK, ValidateAndSend); function ValidateAndSend(event:MouseEvent):void{ if (текстовоеПоле.text.length > 0) { что_то_делаем_тут; } }