views:

27

answers:

1

Hi,

I would like to add a audio player in my html page. Is there any other way to play the audio file with a simple player without using flash player?

And also is my idea right?

Please provide me suggestion.....Thanks in advance..

+1  A: 

You could use the HTML5 <audio> tag. There is already a nice solution called jPlayer

mre
HTML5 is not supported in all older browsers.
Nagarajan
That's true. Other solutions I can think of (java applet, silverlight) unfortunately require proprietary plugins and need installation so I think this is your best bet.
mre
ok..I would try it. But I will google for a bester solution
Nagarajan