11/03/2008, 04:02
|
| | Fecha de Ingreso: diciembre-2005 Ubicación: Barcelona
Mensajes: 1.428
Antigüedad: 19 años, 1 mes Puntos: 15 | |
Re: rutas absolutas o relativas? Cita:
Iniciado por dualklip Prueba a poner esta función:
Código:
function interprete() {
var y:Number = 100;
var x:Number = 40;
var i:Number = 0;
for (i=0; i<this.firstChild.childNodes.length; i++) {
galeria.attachMovie("marco", "marco"+i, prof++, {_x:x, _y:y, grande:this.firstChild.childNodes[i].attributes.archivogrande});
x += 100;
ancho.text=x;
_global.ancho=x;
loadMovie("foto_chica/"+this.firstChild.childNodes[i].attributes.archivo, galeria["marco"+i].contenedor);
}
}
Sigue sin funcionar. (donde se ve el cuadrado celeste ahí deberian aparecer las fotos pequeñas.)
Asi es como se ve: http://www.webmechanism.com/galeria.html |