This is the code that will put a player on your page, you can also do it without a player, that code is provided under this one, you need to remove the * at the beginning to make it work.... To play a music file and show play / pause / stop buttons in the browser, use the following code: <*embed src="the url of the midi file.mid" autostart="true" loop="true" height="62" width="450" controls="console"> For the music file to play continously in the background, use the following: <*bgsound src="the url of the midi file.mid" loop="-1"> If you want it to just play once, leave out the loop="-1"