Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Is there a way to hear the midi files when opening a html file on my computer instead of online?

  • 4 Antworten
  • 3 haben dieses Problem
  • 150 Aufrufe
  • Letzte Antwort von Francemi
  • Archiviert

If I create a webpage and embed a midi file I can't hear the midi file in Firefox. If I upload that webpage to my website and view the page ONLINE, then I hear the midi file.

So is there a way to hear the midi files when I open a html file from my computer?

If I create a webpage and embed a midi file I can't hear the midi file in Firefox. If I upload that webpage to my website and view the page ONLINE, then I hear the midi file. So is there a way to hear the midi files when I open a html file from my computer?

Alle Antworten (4)

What is the link to that local file?

Is that an absolute link with the file: protocol or a relative link to the root directory or a sub directory of the main HTML page?

It is like this:

<embed SRC="musique/filename.mid" hidden="true" autostart="true" loop="true">

Try autostart="1" and playcount="99" (or another high number) instead of loop.

You can also add a MIME type to make Firefox use a specific player.
WMP: type="application/x-mplayer2"

Thanks for answering. I tried both just now but nope, Firefox refuses to play the midi file in an offline html page.