mp3 finish> redirect to page

In the body, the flashplayer autoplays the mp3(Trip_01-01-100000BC.mp3) but there is no redirection to page ‘a.html’. Any idea:q:

Thanks!:p:


<script type="text/javascript" >  
    
 function function1() {
           window.location("a.html", "_self");
   };
    </script>


<body>
<div class="playertrip">
        
<!-- Load the swf Sound Object -->
        <object  width="300" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
            <param name="movie" value="singlemp3player.swf?showDownload=false" />
            <param value="transparent" name="wmode">
            <embed width="300" height="20" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" src="singlemp3player.swf?showDownload=false&amp;file=Trip_01-01-100000BC.mp3&amp;autoStart=true&amp;repeatPlay=no&amp; songVolume=50" wmode="transparent" 
onFinish="function1()"; >

</object> 

        </div><!--end of playertrip-->


</body>