Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/07/2004, 03:08
Murphi
 
Fecha de Ingreso: enero-2004
Mensajes: 7
Antigüedad: 20 años, 3 meses
Puntos: 0
Pues no sé si no rula o no lo he puesto bien.........Aqui te pongo lo que he echo:

Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

<script>
function nueva_win(wad,wnam,ww,wh) {
lncw = window.open(wad,wnam,"location=no,menubar=no,toolb ar=no,scrollbars=no,st atus=yes,width="+ww+",height="+wh);
lncw.focus();
void(0);
}
</script>

<div align="center">
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
<param name="movie" value="Hipnotic.swf">
<param name="quality" value="high">
<embed src="Hipnotic.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
</div></td>
</tr>
</table>
</div>
</body>
</html>
Y en el boton:

Cita:
on(press){
getURL("javascript:nueva_win('Hipnotic.html','bote xt+.html',550,400)");
}
En el apartado 'botext+html' he probado tb poner solo 'botext','botext'+'.html','"+botext+".html'..........

A ver si sabes en que meto la pata...........:((Que seguro estoy haciendo algo mal........Nusé....... )

Salu2