Top "Html5-audio" questions

The audio element is used to embed sound content in an HTML or XHTML document.

Setting HTML5 audio position

How to jump to certain time offsets in HTML5 Audio elements? They say you can simply set their currentTime property (…

javascript google-chrome html5-audio
Why doesn't Firefox support the MP3 file format in <audio>

Is there a particular reason why Firefox does not support playback of MP3 files in <audio> elements, only …

firefox html mp3 html5-audio
HTML 5 Audio Tag Multiple Files

I am trying to have two files in one HTML 5 Audio Tag that play one after the other. The code …

html html5-audio
html5 display audio currentTime

I would like to display the current time of of an html 5 audio element and the duration of that element. …

javascript html audio duration html5-audio
Html 5 audio tag custom controls?

I feel like I'm taking crazy pills here because I can not figure out how to render the html 5 audio …

html html5-audio
How do you hide HTML5 Audio controls?

How can I hide HTML5 audio's browser specific controls? I'm making thumbnail images to represent each track and JavaScript to …

javascript html audio hide html5-audio
HTML5 Audio can't play through Javascript unless triggered manually once

I'm trying to get a small sound file to play automatically using an tag and javascript to initiate it. <…

javascript android html html5-audio
Muting a HTML5 audio element using a custom button

What's the best way to mute a HTML5 audio element? I don't want the browser's custom controls, so I've been …

javascript html html5-audio
How do I make an <audio> file play continuously on all pages?

I am wondering how I make get an audio file to play 'continuously' on all pages. So if the audio …

html html5-audio