Upload the midi file to your site, and alter the following code to have the file play automatically upon entering a given page:
Code:
<embed src="file.mid" autostart="true" loop="true" volume="100" hidden="true">
That said, midi handling is incredibly inconsistent across browsers and operating systems, and neither embed nor bgmusic tags are supported in modern HTML and XHTML standards. Object tags are supported, but depend on plugin support for the midi playback (hence more inconsistent). It's all part of the initiative to
stop people from embedding midis.
Still, some people are into that stuff....
