Deberían poner esto en las FAQ, sobre todo desde el Flash 8:
Quítale el guión bajo al nombre del frame.
Entre los head:
<script LANGUAGE="JavaScript">
function canvi(){
parent.mainframe.location.href = "t
rl";
}
// End -->
</script>
En el flash:
on(release){
getURL("javascript
:canvi();");
}