Click to See Complete Forum and Search --> : some way other than bgsound


DJRobThaMan
10-20-2003, 10:09 AM
Hey,

Does anyone know of any other way than using the bgsound tag to get the browser to play a sound clip. Because I was just coding a site usiung that and realized that the sound only plays while the explorer window is in focus. Any help on this one would be greatlt appreciated.

Thanx

fredmv
10-20-2003, 10:11 AM
You could use the <embed> tag. ;)<embed src="file.mp3" autostart="true"></embed>I hope that helps you out.

DJRobThaMan
10-20-2003, 10:19 AM
Well, I tried embed without the autostart and it worked exactly like the bgsound tag, so it still pauses the sound if you minimize the browser or anything along those lines. And it simply doesn't work with the autostart attribute set that way. So thanks for the help, but that's not exactly wat I was looking for.

DJRobThaMan
10-20-2003, 07:01 PM
Anybody think they know of a way to do this?