Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/10/2008, 05:50
cas
 
Fecha de Ingreso: diciembre-2004
Ubicación: barcelona
Mensajes: 54
Antigüedad: 19 años, 5 meses
Puntos: 0
Respuesta: Problema con Galeria de imagenes

on (release) {
_root.gotoAndStop("travel");

No sé si he entendido bien la ruta pero creo que tendría que ser así
this._parent.obra.folder.text='europa2006';
this._parent.obra.num_foto.text='1';
this._parent. obra.max_num.text='15';
loadMovie("images/" + this._parent.obra.folder.text + "/foto_"+ this._parent .obra.num_foto.text+".jpg", _root.obra.ubicacion);

}