Click to See Complete Forum and Search --> : wav/mp3 on site


Craka_J
05-28-2005, 11:44 PM
Hi, im working on a site for a game of mine me and a couple of friends are making (Shattered Mythology) and I'm not sure how to put a .wav file on a website AND have it loop so it never ends (unless you go another page)

thanks in advance.

Frozen Peas
05-29-2005, 12:07 AM
Something like this:

<EMBED src="file.wav" autostart=true loop=false volume=100 hidden=true><NOEMBED><BGSOUND src="file.wav"></NOEMBED>

Tweak4
06-08-2005, 01:01 PM
I advise against background sounds at all, but that's just me.
However, make sure you include some way to turn it off. There are few things that chase users away than web sites with background sounds that can't be controlled...