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
Post a Comment