This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 4 antwoorde
  • 3 hierdie probleem
  • 10 views
  • Laaste antwoord deur Francemi

more options

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?

All Replies (4)

more options

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?

more options

It is like this:

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

more options

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"

more options

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