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
2010-04-07 21:46:34