Código Javascript :
<script language="JavaScript" type="text/javascript"> function reAbrir() { window.opener="index.html"; var vppal=window.open("container.swf", "container", "directories=no, personalbar=no ,menubar=no,status=no,toolbar=no,location=0 ,scrollbars=no,fullscreen=no, resizable=yes, height=screen.height, width=screen.width,top=0.") window.close(); var movie=document.container vppal.moveTo(0,0); vppal.resizeTo(screen.width,screen.height); vppal.movie.GotoFrame(1); vppal.movie.Play() } </script> </head>