View Full Version : Rookie here, need a sond to start my pages
jaywhy13
01-03-2005, 05:50 PM
I wanna simply get a sound to play each time my page loads.... talk to me... how would I get that done.
Obviously a rookie here
_Aerospace_Eng_
01-03-2005, 06:14 PM
place this in between the body tags of your page for a single sound
<bgsound SRC="http://www.yourdomain.com/yoursong.mp3" LOOP="infinite">
that will play forever change the loop to the number of times u want it to play
jaywhy13
01-03-2005, 06:36 PM
Thanks man!
bradyj
01-04-2005, 01:35 AM
place this in between the body tags of your page for a single sound
<bgsound SRC="http://www.yourdomain.com/yoursong.mp3" LOOP="infinite">
that will play forever change the loop to the number of times u want it to play
Now I know that only works for Internet explorer... and it's not a valid tag at all -- however, short of the object tag, is there another alternative that anyone knows of which would produce the same effect... but not just for IE and at the expense of improper code?
_Aerospace_Eng_
01-04-2005, 03:20 AM
yep there sure is, here ya go
<embed src="http://www.yourdomain.com/yoursong.mp3" hidden="true" loop="infinite"></embed>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.