Tema: noticias xml
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/09/2007, 03:00
chuntin
 
Fecha de Ingreso: abril-2006
Mensajes: 147
Antigüedad: 18 años
Puntos: 1
Re: noticias xml

esto serviria???

if (noticias_xml.firstChild.childNodes[indice+1] != null) {
indice++;
if (noticias_xml.length==indice){
indice=1;
}
}

con un do-while tambien se podria hacer no?

aunque yo nose si existen en flash

gracias

Última edición por chuntin; 11/09/2007 a las 03:02 Razón: no habia terminado