hola de nuevo
he instalado como te dije y a mi si me toca el midi, solo que lo tengo en localhost,
te pongo donde se instalo el path del midi en header.html
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = right;
}
else if (document.all && !document.getElementById){
document.onmousedown = right;
}
document.oncontextmenu = new Function("alert('© Copyright by {site_name}');return false");
// -->
</script>
<bgsound src="
http://www.tuservidor.com/Living_on_a_prayer.mid" loop="-1">
{if has_rss}
<link rel="alternate" type="application/rss+xml" title="{rss_title}" href="{rss_url}">
{endif has_rss}
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
la subi al server y la midi la puse en el root de la galeria
4images/cancion.midiy en el header.html lo puse como indica arriba
intentalo y haber que pasa