How do I load external html files into a textbox with a scroller?

how do I load external html files into a textbox with a scroller?

I use this code on a button to load textfiles but how do I load html files?

on (release) {
scroll2._visible = (maintext.maxscroll>0);
maintext.load = “news.txt”;
maintext.htmlText = myLoadVar2.news;
}

Thank u