How to Post a Midi in a Netscape Console (The Play/Stop Option)
Even though this is called the Netscape Console, it will also work with Microsoft's Internet Explorer.
The following part is for the Regular Netscape Console. (or a play/stop console)
Beware that the result will look different depending on the browser. Cut and paste the following code into your page.
<EMBED src="//www.oocities.org/SouthBeach/Breakers/2991/happybdy.mid" AUTOSTART="TRUE"
LOOP="TRUE" volume="75" width="140" height="60" controls="console">
Replace http://www…..mid" with the midi of your choice (surf the web for these):
It is important that it case exact (our example is in lower case letters).
To let the visitor start the music, change AUTOSTART="TRUE" to AUTOSTART="FALSE".
You can also prevent the music from looping over and over.
To do this change LOOP="TRUE" to LOOP="FALSE".
That's all. The Netscape Console will look like this in your browser:
Even though this is called the Netscape Console, it should also work with Microsoft's Internet Explorer. Beware that the result will look different depending on the browser. Cut and paste the following code into your page.
If neither of these consoles work for you, please tell me in the topic, and let me know which browser you are using (and what you do see, if anything).