The best way to use the icons on these pages and save your web space is to call the
Icon from this location,
add http://www.glacierwa.com/usable/midis/
in front of the file name.
Example: The name of the Midi in the background of this page is W2_intro.mid
there for the address is http://www.glacierwa.com/usable/Midis/W2_intro.mid
so I add this line to my page
| <bgsound src="http://www.glacierwa.com/usable/Midis/W2_intro.mid" loop="-1"> |
you may want to alter the loop statement to reduce the number of repetitions
| loop=-1 | Infinite play |
| loop=1 | Play 1 time |
| loop=5 | Play 5 times |
| Go to Tutorials | Go to Midis |