Dynamic scroller/html problems

Why can’t falsh figure out how to render my dynamicloades text ad html when I have added a scrollbar to the dynamic textbox??

the code I have used:
//loading text dynamic
loadVariablesNum(“html/links.txt”, 0);

loadText = new loadVars();
loadText.load(“html/links.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
linkscrol.text = this.links;

heeelp!! when this code is added to get to scroller to work, the dynamic text is transformed in to html codes!!