javascript - Can't change current time of play when clicking on an audio progress bar -


i load music track in page, , player works fine except when click on progress bar change current time doesn't work. player:

<audio controls style="width: 100%" id="player">    <source id="player" src="http://www.sousound.com/music/healing/healing_01.mp3" type="audio/mpeg">  </audio>

the controls such adjust volume, play , pause work fine, it's can't change current time of play when click on progress bar neither when drag indicator.

the audio i'm trying play stored in external hard drive.

i appreciate kind of help. thank you.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -