Tema: target?
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2007, 01:43
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 6 meses
Puntos: 12
Re: target?

Esto debería ser ya una FAQ:

Entre los head del html que contiene el swf:

<script LANGUAGE="JavaScript">


function canvi(){

parent.main.location.href = "http://www.tuweb.es";

}
// End -->
</script>

En el flash:

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