io faccio:
System.useCodepage = true;
var nomeFile = _root.nome;
var myXML:XML = new XML();
myXML.ignoreWhite = true;
myXML.onLoad = function(ok)
{
if (ok)
{
nodo = this.firstChild;
nodi = nodo.childNodes;
mister = nodi[0].childNodes;
p1 = nodi[1].childNodes;
d1 = nodi[2].childNodes;
d2 = nodi[3].childNodes;
ecc ecc
devo sostituire con:
p1.html = true;
p1.htmlText = nodi[1].childNodes
d1.html = true;
d1.htmlText = nodi[2].childNodes
d2.html = true;
d2.htmlText = nodi[3].childNodes
???

Rispondi quotando