var my_lv:LoadVars = new LoadVars(); my_lv.load("my.txt"); my_lv.onLoad = function (success:Boolean) { if(success) _root.my_ta.text = this.text; }