Midi's

American Hits | Anime


How to Download: Simply right click and choose Save Target As...

Putting it in Your Webpage: Html from:Lycentia's Sm Web Graphics
<EMBED SRC=src="outers.mid" AUTOSTART=false WIDTH=144 HEIGHT=30 LOOP=false>

AUTOSTART=false means the music will not start until the "Play" button is pressed letting the visitor choose to play it or not. Setting it to true will have it automatically play the music when document is loaded, having it play as background music. LOOP=n This tells browser how many times to play the music. n could be an integer, true, or false. Setting LOOP=infinite, the browser will continue playing your music until the stop button is clicked. WIDTH and HEIGHT tells how the sound console will be displayed in pixels. Setting them as the given numbers, browsers will display a full console.You can also hide it by placing HIDDEN=true like this:


<EMBED SRC=src="outers.mid" AUTOSTART=true LOOP=false HIDDEN=true>