This is my code.
The problem is that i dont see a textbox on my screen. But in the traces he shows me my text. I can’t find my problem. Can somebody help me? PLEASE?
startknop_mc.onPress = function() {
loadText = new LoadVars();
loadText.load(“tekst1.txt”);
trace(loadText.load)
loadText.onLoad = function(success) {
if (success) {
trace(success);
trace(“in tekstvak”);
newsBox.html = true;
newsBox.htlmText=this.MijnTekst;
//newsBox.htmlText = “<font face=“Verdana” size=“24” color=”#0000FF"><b><a href="<A href=“http://www.amazon.com/exec/obidos/ASIN/0764543547">Flash">http://www.amazon.com/exec/obidos/ASIN/0764543547”>Flash MX 2004 ActionScript Bible</a></b></font><br/><font size=“18” color="#000000">by <A HREF="<A href="mailto:robert@theMakers.com">Robert">mailto:robert@theMakers.com">Robert Reinhardt</A> & <A HREF="<A href="mailto:joey@person13.com">Joey">mailto:joey@person13.com">Joey Lott</A>";
//newsBox.Text = this.myUitleg;
trace(this.MijnTekst);
trace(newsBox);
trace(newsBox.htlmText);
trace(“uit tekstvak”);
}
};
};
When i use direct code(with website url) then he shows it!