Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/05/2006, 11:53
Avatar de Querube
Querube
 
Fecha de Ingreso: noviembre-2003
Ubicación: chiclayo
Mensajes: 46
Antigüedad: 20 años, 6 meses
Puntos: 0
mmm, prueba con esto:
Código:
 var dades:LoadVars = new LoadVars();
dades.load("dades.txt");
dades.onLoad = function() {
    imatges = dades.imatges.split("|");
    pinta();
};
function pinta() {
    i = 1;
    cont = 5;
    for (i=0; i<5; i++) {
        var galeria:MovieClip = this["fotos"+i];
        galeria.f1.loadMovie(imatges[i]);
    }
}
__________________
Querube
[www.muchik.com]
"Advanced Services on Web"