Render text as HTML

rendering text as HTML never works for me…the tuts arent helping much either…

what im trying to do is have a scrollable, dynamically loaded textbox to display links. ive tried most everything and i just cant get it to work. HELP!

http://www.kirupa.com/developer/mx/dynamic_scroller.asp

But use this code instead…

loadText = new loadVars();
loadText.load("kirupa.txt");
//creating the loadVarsText function
loadText.onLoad = function() {
                scroller.html = true;
		scroller.htmlText = this.kirupatext;
};

muchos de thank yous

no problemos