prova ad usare l'fscommand al posto di getURL

in Flash:

fscommand(link4, window)

nella pagina html in cui viene caricato il file flash:

<SCRIPT language=javascript>
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function slicegraphic_DoFSCommand(command, args) {
var nomedelfileflashObj = InternetExplorer ? nomedelfileflash : document.nomedelfileflash ;
window.open('link4', 'titolo', 'width=x,height=y')
}
</SCRIPT>

Dovrebbe funzionare