Qualè il codice HTML per inserire una sequenza di midi, dove si può mandare avani e stopparli? (esempio cliccando qui )
![]()
Qualè il codice HTML per inserire una sequenza di midi, dove si può mandare avani e stopparli? (esempio cliccando qui )
![]()
<!---
document.write('<span style="text-decoration: none"><font face="Arial"><font size="1">');
function choices()
{
this[0] = 10;
this[1] = " Ligabue - Una vita da mediano <bgsound src=\"midi/Ligabue-Una vita da mediano.mid\" loop=\"-1\">";
this[2] = "";
this[3] = "";
this[4] = " 833 - Nord sud ovest est <bgsound src=\"midi/833-Nord sud ovest est.mid\" loop=\"-1\">";
this[5] = "";
this[6] = " 883 - Viaggio al centro del mondo <bgsound src=\"midi/883-Viaggio al centro del mondo.mid\" loop=\"-1\">";
this[7] = "";
this[8] = "";
this[9] = " Ligabue - Ho perso le parole <bgsound src=\"midi/Ligabue-Ho perso le parole.mid\" loop=\"-1\">";
this[10] = "";
}
function popUpBanner(list)
{
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
return Banner;
}
document.writeln(grabBanner());
document.write('</span></font></font>');
// FINE --->
grazie