Web Hosting Talk







View Full Version : embeddnig sound and looping question


sonixi
11-13-2006, 08:12 PM
Maybe someone here can help me....

I am embedding a .wav file in a web page. I want to loop it. However, I also want to put a 5 second delay in between loops.

Is there a way to do this?

<embed src="sound.wav" autostart="true" hidden="true" loop="true">

azizny
11-13-2006, 10:13 PM
Javascript, onload wait 5 secs play. then just keep calling the function when it ends.

Peace,