In order for the song to play continuously, you'll need to open a new window for the flash with song controls in it.
Use something like this:
<script>
function songpopup(){
var song="pop_song.asp"
winpops=window.open(song,"","width=340,height=75,")
}
</script>