hello,
Can someone test this file for me please? I’m loading external text with html tags but my text won’t show up until i delete the html tags in the text file my code is
loadText = new loadVars();
loadText.load("home2.txt");
loadText.onLoad = function() {
intro.text = this.myNews;
intro.html = true;
intro.htmlText = this.myNews;
};
stop();
My textbox has an instance name and my text begins with “myNews=”
I don’t understand this ?? :h:
thanks,
Ubik