Example of My Midi Code |
Music On/Off Code |
Music Robot Search |
VanBascoMidi Search
Here is an easy basic code to put midi music onto your PAGEBUILDER webpage.
(Email Sound Tip)
<<>html>
<<>body>
<<>bgsound src="http://PutTheAddressOfaMidiHere">
<<>/body>
Here's how to get the address of a midi. (example) Go to a midi site and select a song. Click on the midi. While listening to the midi play,
That's it, the midi will play one time while you are looking at your webpage.
<<>html><<>body><<>bgsound src="http://PutTheAddressOfaMidiHere" loop="50"><<>/body>
That's it, now your midi will play over and over up to 50 times.
Back To THE LITTERBOX Entry Page