About 679,000 results
Open links in new tab
  1. html - How to style HTML5 audio tag? - Stack Overflow

    How to style HTML5 audio tag? Asked 15 years, 1 month ago Modified 17 days ago Viewed 359k times

  2. HTML 5 Audio Tag Multiple Files - Stack Overflow

    I am trying to have two files in one HTML 5 Audio Tag that play one after the other. The code I have so far is: <audio id="ListenLive" controls autoplay> <source src ...

  3. Custom progress bar for <audio> and <progress> HTML5 elements

    I am mind boggled at working out how to create a custom seekbar for an audio player using the tag and simple Javascript. Current Code: &lt;script&gt; function play() { document.getEleme...

  4. How to make audio autoplay on chrome - Stack Overflow

    Learn how to enable audio autoplay on Chrome following Google's autoplay policy.

  5. How can I get the html5 audio's duration time - Stack Overflow

    I have a html5 <audio> tag in page, but how can I know its duration time?

  6. How to make music autoplay and loop in background

    Aug 23, 2020 · Learn how to autoplay and loop music in the background using HTML5 audio features.

  7. html - Html5 (audio) on Safari & iOS - Stack Overflow

    Mar 31, 2017 · 8 It seems the actual "fix" was really simple for me - all I needed is to make sure <audio> tag has enough width to show all the controls. See screenshot below Upper version

  8. HTML audio tag volume - Stack Overflow

    Nov 17, 2015 · HTML audio tag volume Asked 10 years, 1 month ago Modified 3 years, 6 months ago Viewed 105k times

  9. html - HTML5 Audio stop function - Stack Overflow

    Feb 12, 2013 · Audio.prototype.stop = function() { this.pause(); this.currentTime = 0; }; I have this in a javascript file I called "AudioPlus.js" which I include in my html before any script that will be dealing …

  10. HTML <audio> autoplay Attribute is not autoplay - Stack Overflow

    Mar 8, 2022 · But the issue is why the audio tag is not autoplay as expected. When I pressed a smart button triggering Alexa routine to open a URL, and that URL need to autoplay the sound.