I am trying to find an Audio-Player, javascript based. I have tried a bunch of them, but was unable to find one with "Analytic", "Caption", "Control-Bar" etc other features.

Can I have some suggestions, where I can find such an audio player. Preferably free. ;)

Best Zeeshan

link|improve this question
feedback

migrated from stackoverflow.com Aug 8 '11 at 11:50

This question came from our site for professional and enthusiast programmers.

2 Answers

Check out html5media. You don't have to write JS:). This library gives you the audio tag working with most modern browsers. Here is more about looping: http://www.w3schools.com/html5/att_audio_loop.asp.

link|improve this answer
Yes - use HTML5 audio and provide a fallback for browsers that don't support it. – Sohnee Aug 8 '11 at 9:58
feedback

Yahoo Media Player should be perfect for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown