Question

You guys 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?

Was it helpful?

Solution

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:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top