Html in txt

var thumb_spacing = 40; var description_lv = new LoadVars(); description_lv.onData = function(raw_text){ description_txt.text = raw_text; } is it possible to change this so it accepts html in the text files?