MatMagic
Erfahrenes Mitglied
Hallo Community !
Ich verwende folgendes Script:
<SCRIPT LANGUAGE=JavaScript>
function stop(){
document.sound.stop();
}
function play(){
document.sound.play();
}
</SCRIPT>
<EMBED SRC="music.mp3" LOOP="INFINITE" autostart=false HIDDEN=TRUE NAME="sound" >
</embed>
Das File wird aber nur einmal abgespielt.....aber ich weiß nicht warum.
Bitte helft mir.
Ich verwende folgendes Script:
<SCRIPT LANGUAGE=JavaScript>
function stop(){
document.sound.stop();
}
function play(){
document.sound.play();
}
</SCRIPT>
<EMBED SRC="music.mp3" LOOP="INFINITE" autostart=false HIDDEN=TRUE NAME="sound" >
</embed>
Das File wird aber nur einmal abgespielt.....aber ich weiß nicht warum.
Bitte helft mir.