Visualizzazione dei risultati da 1 a 3 su 3

Discussione: Music Machine

  1. #1

    Music Machine

    Qualè il codice HTML per inserire una sequenza di midi, dove si può mandare avani e stopparli? (esempio cliccando qui )


  2. #2
    Utente di HTML.it L'avatar di mexican
    Registrato dal
    Oct 2001
    residenza
    cava de tirreni
    Messaggi
    3,541

    qualcosa del genere???

    <!---

    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 --->

  3. #3

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.