Playing audio files on a webpage?

I am trying to write a web application that fetches audio files from a database and plays them back. Did you know that it uses an open source flash player for this? And I also think that implementation in java do you suggest Java or another programming language for this?

+2


source to share


1 answer


Sorry, but have you even tried google search?

First result: http://musicplayer.sourceforge.net/



In the not too distant future, you will be able to use the HTML element <audio>

to play files. Firefox 3.5 and Chrome already support it.

+2


source







All Articles