Autoplay Default: On
You can select to play the MIDI automatically, or have it paused for the user to turn on. To turn off Autoplay, simply add &status=b at the end of the JavaScript request.
E.g.:
<script type="text/javascript"
src="http://play.findmidis.com/?id=2350&status=b">
<a href="http://www.findmidis.com">Free MIDI files at findMIDIs.com</a>
</script>
Background color Default: White (FFFFFF)
You can change the background color of the player to blend with your website. Simply add &color=XXXXXX at the end of the JavaScript request, where XXXXXX is the hex-code color. E.g.:
<script type="text/javascript"
src="http://play.findmidis.com/?id=2350&color=000000">
<a href="http://www.findmidis.com">Free MIDI files at findMIDIs.com</a>
</script>
Border Default: On
You can remove the border around the MIDI player by adding &border=0 at the end of the JavaScript request. E.g.:
<script type="text/javascript"
src="http://play.findmidis.com/?id=2350&border=0">
<a href="http://www.findmidis.com">Free MIDI files at findMIDIs.com</a>
</script>
You may customize the player with any combination of the above options.