I’m looking for a (free) flash player that I can embed in my site and use to play a .m4a (.mp4 with AAC audio) file that will be obtained using a URL (i.e. it’s not local to the server hosting the web page).
I’ve tried searching on google for one, but either I’m searching wrong or no one has made such a thing. Ideally this would be very simple (small user interface with play button and maybe a progress bar) and it would be easy to have multiple instances of on an html page (can create the player with an <object> tag).
- Does such a player exist?
- I’m pretty sure flash supports .m4a (AAC), but am I wrong?
JW Player supports AAC/m4a http://www.longtailvideo.com/players/
You may run into cross domain issues, Flash Player won’t let you play media from another domain unless that server has policy files that allow it (like a http://www.other-site.com/crossdomain.xml).