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()");
} |