Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/04/2010, 15:57
Avatar de Diegoazul
Diegoazul
 
Fecha de Ingreso: mayo-2007
Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 17 años
Puntos: 67
Respuesta: ayuda con xml y sendAndLoad

Usa LoadVars:
Código PHP:
var theXml:XML = new XML();
var 
send_lv:LoadVars = new LoadVars();
send_lv.campo1 "Hola mundo";

theXml.ignoreWhite true;



theXml.onLoad = function() {



    
trace(theXml.firstChild.childNodes[0].firstChild.nodeValue);


};
send_lv.sendAndLoad("datos.php?nocache="+Math.random()*300,theXml,"POST"); 
__________________
{ Flash }