<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE=javascript>
/*
Liste de MP3 à diffuser en fond sonore
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
titreMP3 = new Array;
cheminMP3 = new Array;
titreMP3[0] = "system of a down - pogo stick";
cheminMP3[0] = "http://www.radioblogclub.com/open/145942/dragon_force/Darsia_-_Dragon_Force_-_Fury_of_the_storm";
titreMP3[1] = "system of a down - pogo stick";
cheminMP3[1] = "http://www.radioblogclub.com/open/154062/system_of_a_down/System_of_a_Down_-_Pogo_Stick";
function ChangeMp3(formulaire)
{
numero = formulaire.ListeMP3.options[formulaire.ListeMP3.selectedIndex].value;
if(document.getElementById && document.all && numero != "")
{
document.getElementById("blocson").innerHTML = "<EMBED SRC=\""+cheminMP3[numero]+"\" AUTOSTART=TRUE WIDTH=1 HEIGHT=1>";
}
}
if(document.getElementById && document.all)
{
document.write("<FORM><SELECT NAME=ListeMP3 onChange=\"ChangeMp3(this.form)\">")
document.write("<OPTION VALUE=''> Selectionnez un fond sonore\n");
for(i=0;i<cheminMP3.length;i++)
{
document.write("<OPTION VALUE=\""+i+"\"> "+titreMP3[i]+"\n");
}
document.write('</SELECT></FORM><DIV ID=blocson></DIV>')
}
</SCRIPT>
<!-- FIN DU SCRIPT -->
il y a actuelement 2 chansons dans la jukebox de WEBie
remarque:
Les chansons contenu dans se jukebox change courament ce qui vous permet de decouvrir de nouvelles «toone de l'heure» comme l'on pourais appeler cela.
vos chanson.