neue frage gleiches thema von nokill2003: Hintergrunmusik vom Benutzer manuell ausstellen, geht das?

Beitrag lesen

<SCRIPT LANGUAGE="JAVASCRIPT">
         n = (document.layers) ? 1:0
         ie = (document.all) ? 1:0
         function play_sound() {
         if (n) document.thesound.play(false)
         if (ie) {
         document.thesound.stop()
         document.thesound.play()
         }
         }
         function stop_sound() {
         document.thesound.stop()
         }
         </SCRIPT>

<font face="Arial,verdana"><b><A HREF="javascript:play_sound(); "><img src="play.gif" width="67" height="21" border="0" alt=""></a> <A HREF="javascript:document.thesound.stop()"><img src="stop.gif" width="67" height="21" border="0" alt=""></a></b></font><EMBED SRC="mangabgsound.mp3" HIDDEN AUTOSTART="false" MASTERSOUND NAME="thesound" width="0" height="0"

wo kann ich hier eine endlosschleife sprich loop="infinite" einfügen?