Is there a way to use an audio player without Flash?

I would like to add an audio player to my HTML page. Is there a way to play an audio file using a simple player without using a flash player?

+4
source share
1 answer

You can use the HTML5 <audio> . There is already a good solution called jPlayer

+3
source

All Articles