English 中文(简体)
flash audio player for m4a (AAC) audio file embedded in html
原标题:

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).

  1. Does such a player exist?
  2. I m pretty sure flash supports .m4a (AAC), but am I wrong?
最佳回答

JW Player supports AAC/m4a http://www.longtailvideo.com/players/

...file that will be obtained using a URL (i.e. it s not local to the server hosting the web page).

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).

问题回答

FLVPlayback can be used to make a video player. It s not overly difficult.

Note: Protected MP4 files—such as those downloaded from Apple® iTunes® or digitally encrypted by FairPlay®—are not supported.

http://help.adobe.com/en_US/as3/components/WS5b3ccc516d4fbf351e63e3d118a9c65b32-7fe9.html





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签