问题描述
我正在寻找一个(免费的)Flash播放器,我可以在我的网站中嵌入,并使用播放.m4a(.mp4与AAC音频)文件,将使用URL获得(即它不是本地的服务器托管网页)。
我试过在谷歌搜索一个,但无论我搜索错误或没有人做了这样的事情。理想情况下,这将是非常简单的(带有播放按钮的小型用户界面,也可能是一个进度条),并且可以很容易地在html页面上有多个实例(可以使用< object>
- 这样的玩家是否存在?
- 我很确定flash支持.m4a(AAC),但我错了吗? JW Player支持AAC / m4a
- Does such a player exist?
- I'm pretty sure flash supports .m4a (AAC), but am I wrong?
您可能遇到跨域问题,除非该服务器具有策略文件,否则Flash Player将不允许您从另一个域中播放媒体允许它(如)。
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).
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).
这篇关于闪存音频播放器为嵌入在HTML中的m4a(AAC)音频文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!