private function Trim(ostr:String):String { return ostr.replace(/([ ]{1})/g,""); }
chat.text = Trim(chat.text) as String;