PDA

View Full Version : MUSIC on site


sk8brdan
08-13-2002, 10:46 PM
[B]IS there a html code for putting .mp3 files or any other sort on my webpage and have it actually work and play THANK YOU!!!:thumbsup:

x_goose_x
08-13-2002, 11:17 PM
<embed src="file.mp3" width="0" height="0">

Just remeber that it takes a while to download the file.

sk8brdan
08-15-2002, 01:13 AM
Is there a different code that will work like this for any song (this code only will work for this website address on my site)
<center>
<form> <table border=0 bordercolor=black background="http://www.abcgiant.com/newbacks/23927349.jpg"><tr><th><bgsound src="http://www.fatwreck.com/empee/50123.mp3 " id=music loop=infinite><font face="creepy"><font size=6><font color=white>the way it is by ZERO DOWN</font></th></tr><tr><td>
<input type="button" value="play" onclick="document.all.music.src='http://www.fatwreck.com/empee/50123.mp3 ';document.cookie='SO=Y;PATH=/'">
<input type="button" value="stop" onclick="document.all.music.src='http://208.222.215.244/images/music/blank.htm';document.cookie='SO=N;PATH=/;'"></td></tr></table></form>
</center>
</script:thumbsup:

Nightfire
08-15-2002, 01:24 AM
bgsound src="http://www.fatwreck.com/empee/50123.mp3 " id=music loop=infinite

You put that in your body tag

<body background-sound="http://www.fatwreck.com/empee/50123.mp3" loop=infinite>

I might be wrong, I never used background music as I think it makes the site carp