Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/01/2007, 12:09
LinosINK
 
Fecha de Ingreso: diciembre-2004
Mensajes: 190
Antigüedad: 19 años, 4 meses
Puntos: 0
al pasar variable al getURL me pone [B]undefined[/B]

Cuando le paso la variable al getURL me dice undefined
Código:
function Adelante() {		
	var obj_xml:XML = new XML();	
	obj_xml.ignoreWhite = true;	
	obj_xml.onLoad = function(exito) {	
		if (exito) {
			var link1 = obj_xml.firstChild.childNodes[0].firstChild.nodeValue;
			link1_txt.text = link;			
		} else {
			link1_txt.text = "Error";
		}
	};
	obj_xml.load("menu.xml");	
	getURL(link1);
	}
__________________
Huevos fritos con jamon, te los comes cuando quieras pero folla siempre con condón.