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
|