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

On Firefox 38, android version 5.0, the <audio> html5 tag is not working

  • 2 பதிலளிப்புகள்
  • 10 இந்த பிரச்னைகள் உள்ளது
  • 10 views
  • Last reply by vali123

The audio tag does not working/playing on the latest Firefox version from Android 5.0, Samsung (SM-G900F) Js code: var mp3Path = "/music.mp3"; var _audioTagSrc = document.createElement('audio'); _audioTagSrc.src = mp3Path; _audioTagSrc.play();

I set the mp3 file to "src" attribute. I get from audio error event the error message saying that the mp3 is not supported.

The audio tag does not working/playing on the latest Firefox version from Android 5.0, Samsung (SM-G900F) Js code: var mp3Path = "/music.mp3"; var _audioTagSrc = document.createElement('audio'); _audioTagSrc.src = mp3Path; _audioTagSrc.play(); I set the mp3 file to "src" attribute. I get from audio error event the error message saying that the mp3 is not supported.

All Replies (2)

Is the device running Android 5.0? There is a know issue blocking playback on that version of Android.

Yes, it's android 5.0 version. But on Android native browser and Chrome on the same device the audio is working.