HTML 5 Audio Current Position
Using HTML 5 together with the DOM is there a way to get the current location that the user is in playing an audio file and also later on开发者_如何学Python go back to that position?
See the HTMLMediaElement interface. element.currentTime
should give you what you're looking for.
精彩评论