Ecco ho risolto cambiando la funzione

nell' head
codice:
function sound01(){var iShow=document.getElementById("music")
iShow.innerHTML='<EMBED SRC="sound/x2waterdeep.swf" HIDDEN=TRUE AUTOSTART=TRUE>';}
function sound02(){var iShow=document.getElementById("music")
iShow.innerHTML='<EMBED SRC="sound/x2rebelcamp.swf" HIDDEN=TRUE AUTOSTART=TRUE>';}
nel body

codice:
1
<div id="music"></div>