segunda-feira, 22 de junho de 2009

Colocando Xml no Flash

System.useCodepage = true;
var _XML = new LoadVars()
_XML.load("coloque aqui seu Xml Ex:"xml.php"")

_XML.onLoad = function(succeso){

art.multiline = true;
art.type = "input";
var my_fmt:TextFormat = new TextFormat();
art.text = MeuTXT.texto;
/*definições do xml*/
Nome.text = this.Artista01 + " - " + this.Titulo01;

}

0 comentários: