tags:

views:

166

answers:

1

Hi, 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 go back to that position?

A: 

See the HTMLMediaElement interface. element.currentTime should give you what you're looking for.

bobince