Wondering if you can use my music? Well, you've come to the right place!
Just download the songs you want to use and follow the instructions below.
There are two ways to play MIDI files on a web page: If you'd like to play the MIDI with a MIDI control panel displayed on your webpage (like what's seen on this page), use the following code:
<embed src="midiname.mid" autostart=true loop=false volume=90%>
If you don't want the MIDI to play automatically, set autostart
to be false . If you want the midi to play again after it's done,
set loop to be true . You can also adjust the starting
volume with any percentage value.If you'd like to play the MIDI without any control panel, use the following code:
<bgsound src="midiname.mid">
(NOTE: This code does not work for Netscape browsers.) |
Non-commercial sites may use my music free-of-charge, but must adhere
to the following rules:
|
If you are looking to use my music on a commercial site, you must email me and inform me of your intent to use my music. Please provide the URL you wish to use my music on, if it exists. As I have only received a few requests from commmercial sites, I'm able to deal with them on an individual basis. |
If you wish to use my music for any other reason, please contact me at gjoung@yahoo.com |