my_lv.onLoad = function(success) { if (success) { t2.text = this.info; } else { trace('Error'); } } my_lv.load('mean.txt');