Page 1 of 1

Music in website

Posted: Wed Apr 26, 2006 11:03 pm
by Legolas_
Hi, How can i add music to the background of a website?

Posted: Wed Apr 26, 2006 11:12 pm
by Tanner
Sometimes it can get really annoying if it just repeats over and over again or if its really loud or if its just not my type :D

-Tanner

Posted: Wed Apr 26, 2006 11:19 pm
by Legolas_
True, but thats not the question :P

Posted: Thu Apr 27, 2006 12:45 am
by AGeek
also, this isnt related to a bzflag website ;)

and Google is your best friend:

Code: Select all

<EMBED src="file.mid" autostart=true loop=false volume=30 
hidden=true>
that is very simple and doesn't comply with standards, but it works. Also people appreciate a controller to stop it, so if you want to dont hide it, (remove "hidden=true") and add a controller (quicktime controllers are 20 pixels high)

Posted: Thu Apr 27, 2006 1:18 am
by Legolas_
All right! thanks Tim!!

And ya, i googled it but couldnt find the imformation i needed, i wasnt sure what to search for :(