Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/02/2007, 04:32
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 7 meses
Puntos: 12
Re: Problema con los Vinculos de Flash!!

Prueba con javscript:

Entre los head del frame con el flash:

<script LANGUAGE="JavaScript">


function canvi(){

parent.principal.location.href = "contacto.html";

}
// End -->
</script>

En el flash:

on(release){

getURL("javascript:canvi();");

}