I need html audio player which can play m4a, I have been researching from the web but I couldn't find anything. Is there any jquery audio player which can play m4a? or do you recommend me any audio player?
In addition, it should be easy to implement. In other words, I just need simple audio player which support m4a.
And you missed my point. First and foremost HTML/JAVASCRIPT do not play M4A audio files, HENCE the need to EMBED <--HTML TAG that can be written/placed, possibly with js, a PLAYER, whether its visible or not. SO the reason I gave you a list of applications that play them is you will need to use the embedded component of that player to get the desired result.
I love how people get an attitude when THEY asked for help.
And you missed my point. First and foremost HTML/JAVASCRIPT do not play M4A audio files, HENCE the need to EMBED <--HTML TAG that can be written/placed, possibly with js, a PLAYER, whether its visible or not. SO the reason I gave you a list of applications that play them is you will need to use the embedded component of that player to get the desired result.
First of all thanks for your help, secondly do you recommend me any player which is easy to implement in html code and usefull?
The best thing I would say is go with media player, you know that a majority of people run windows, and therefore have media player. I haven't need to work with such things myself, but a google search on it gave me a site with minimal code and lots of explanation. If this doesn't do it for ya, search for the player you want to use from the list, but keep in mind if you don't use something a lot of people will have, you are going to need to supply them with a way of getting the player, which will add more for you to do.
A best practice is to use HTTML5 embed and then fall back to a media player that works across systems. Windows Media Player is for Windows users. Jflow (if already using Jquery) can work. Also Flowplayer might be of use.
Bookmarks