Tema: una cosilla
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/03/2007, 06:33
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 7 meses
Puntos: 12
Re: una cosilla

Me pasó lo mismo, prueba a meter el scrip de javacsript entre las head del html:

<script languaje="javascript">
function abrir(){
window.open('http://www.google.es','titulo','width=400, scrollbars=no, menubar=no, location=no, resizable=no')
}
</script>

En el flash pones:


on(release){
getURL("javascript:abrir();")
}

Supongo que funcionará