Вопрос

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?

Это было полезно?

Решение

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:

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top