Ok, así no funciona: ¿Puede ser por el Array?

var fotosCarga:Array=["foto1.jpg", "foto2.jpg", "foto3.jpg", ...]

createEmptyMovieClip(loader_mc,1);
loader_mc._x=0;
loader_mc._y=0;

idIntervalo = setInterval(cambiaFoto(), 3000);

function cambiaFoto(){
                for (var i:Number=0;i<=fotosCarga.length-1;i++){
                                                loadMovieNum(fotosCarga[i],i+1)
                }
}

clearInterval(idIntervalo);

_________________________________________________________________
Descarga gratis la Barra de Herramientas de MSN 
http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH


-----------------------------------------------------
ASNativos
www.5dms.com
subscripciones/desubscripciones
http://asnativos.5dms.com
-----------------------------------------------------

Responder a