Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 2 antwoorden
  • 10 hebben dit probleem
  • 10 weergaven
  • Laatste antwoord van vali123

more options

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.

Alle antwoorden (2)

more options

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

more options

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