Render text as html problem

hi there again :slight_smile:

i’m trying to load a .txt file and render it as html file. pressed the button, but it wont load my text as an html file…reads everything!

my error is probably in the actions frame…have no idea…
can anyone please check this out?

loadText = new LoadVars();
loadText.load(“noticias.txt”);
loadText.onLoad = function() {
scroller.text = this.noticias;
};

thanks in advance