View Full Version : help with putting music on a website


sum1_82
03-13-2004, 03:47 PM
ok here it is, i want to put a midi file onto a website, but it's not mine, it's a diary place and i always hear music on other people's pages i no that there is a section how to put music there, and i do have my own server and have uploaded the midi file onto that so how do i embed it onto this page? any help would b thanked cheers

elfenheroin
03-13-2004, 05:11 PM
<embed src="yourmidiname.mid" autostart=true repeat=true loop=true hidden=false>
Replace the red with what you want.

darckasasin
03-13-2004, 05:16 PM
Or, here's a simpler way:

<bgsound src="http://midifile.mid" loop "1"

Like what elf said, change anything in red

elfenheroin
03-14-2004, 04:56 AM
Or, here's a simpler way:

<bgsound src="http://midifile.mid" loop "1"

Like what elf said, change anything in red
You mean:

<bgsound src="midifile.mid" loop="1">

:)