Drunken

:thumb: I have found a solution!

With javascript, by put a function on html page, like this:

[AS]<SCRIPT language=JavaScript>[/AS]

[AS]<SCRIPT language=JavaScript> function fechar(){ var timeout=0; //Desparece automaticamente setTimeout(“document.getElementById(‘flash’).style.display=‘none’;”, timeout * 1000); }
</script>
[/AS]

and in flash movie put this:

[AS]on (release) {
getURL(“javascript:fechar();”);
}[/AS]

xauz