View Full Version : Music
masaki
03-20-2004, 07:16 AM
How do you put music on a website? I need the HTML or something for it.
Thunderbird
03-20-2004, 08:16 AM
Here,
Creating a player
<embed src="http://images.neopets.com/help/beep.wav" width=200 height=40>
<noembed>
<bgsound src="http://images.neopets.com/help/beep.wav">
</noembed>
Background Music
<embed src="http://images.neopets.com/help/beep.wav" hidden=true autostart=true>
<noembed>
<bgsound src="http://images.neopets.com/help/beep.wav" loop=infinite>
</noembed>
Continous Play
<embed src="http://images.neopets.com/help/beep.wav" width=200 height=40 autostart=true loop=true>
<noembed>
<bgsound src="http://images.neopets.com/help/beep.wav" loop=infinite>
</noembed>
Or visit the link here: http://www.neopets.com/help/html_11.phtml
A word of advice to the wise webmaster: DON'T USE WAVS! They can be huge, and definitely KILL download times. try only to use MIDI files. If you want to includ music, make a Flash music player that has a preloader. It won't mae the whole page hold before loading the rest of the content. Now THAT'S annoying.
BTW, for IE users, if you want to cater to them especially, use the <BGSOUND SRC="sound.mid" LOOP="infinite"> :)
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.