13/03/2007, 01:43
|
| | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 1 mes 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()");
} |