'Embeddable mp3 player with time navigation in the audio

Do you know how you can leave a comment on a YouTube video specifying a certain time in the video (i.e. 16:59) and when the comment is submitted, the time specified turns into a link, and when clicked, will take you to that time in the video?

Well, I'd like to implement that functionality except with mp3s.

I want to have some kind of mp3 player with links below the player of say, chapters, that will help me navigate to certain parts of an mp3.

What kind of Web technology will help me get this functionality?



Solution 1:[1]

The Web technology that you'll need:

I would recommend using some library for HTML5 audio with Flash fallback, like this:

If you're using jQuery then those plugins might help you:

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rsp