ciao a tutti
mi si presenta un problemino per lo più irritante anzichenò...
carico un testo esterno dentro un mc con questo script
this.onEnterFrame = function() {
System.useCodepage = true;
testo.html = true;
loadtext = new LoadVars();
loadtext.onLoad = function(success) {
if (success) {
testo.htmlText = this.testo;
}
};
loadtext.load("testo.txt");
};

Rispondi quotando
