|    
			
				09/08/2006, 17:41
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: octubre-2005 Ubicación: Bogota 
						Mensajes: 335
					 Antigüedad: 20 años Puntos: 0 |  | 
  |  Hola DaHousecat:
 Si entiendo, pero por eso mismo yo no utilizo ningún clip de película o MovieClip.
 
 Los arrastro el componente y le doy su nombre de instancia.
 Olvide colocar el código en Flash ahí va:
 
 var theXML:XML = new XML();
 theXML.ignoreWhite = true;
 
 theXML.onLoad = function() {
 var nodes = this.firstChild.childNodes;
 
 for(i=0; i<nodes.length; i++) {
 laLista.addItem(nodes[i].firstChild.nodeValue,i);
 }
 }
 
 theXML.load("http://localhost/productos.php");
 
 
 Espero alguien me pueda decir el error, aunque es por curiosidad.
 Gracias por responder DaHousecat.
     |