INserting a Wav into HTML, looping etc.
This is what I wanna do. I wanna insert a wav into my html code, basically have a jingle bell song playin in the background. I know normally u would use something like this:
<bgsound src="xbells.wav" loop="1">
However, everytime I refresh the page that sound plays again and after awhile it gets annoying.
Is there a way to somehow have it so that the wav plays mabe like every 3 min or so? So even if u refresh the page, the song wont play until the 3 min is up. Is this even possible guys?