Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2006, 10:49
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 8 meses
Puntos: 406
Hola edsedx4:
Coloca éste código en el primer frame de tu película:
function launchNewWin(url, wdth, hdth, windowNewName) {
if (windowNewName == undefined) {
var windowNewName = "newWin";
}
getURL("javascript:newPopup=window.open(\""+url+"\ ",\""+windowNewName+"\",\"width="+wdth+",height="+ hdth+",top=\"+((screen.availHeight/2)-("+hdth/2+"))+ \",left=\"+((screen.availWidth/2)-("+wdth/2+"))); void(0); newPopup.focus();");
}

En los botones:
on (release){
launchNewWin("imagen.jpg", 315,452,"myNewWindow1");
}
solamente cambia el nombre de tu imagen en los demás botones.

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/