Jeff
Jeff

Reputation: 497

Can a SWF file be made to play wav, wma and mp4?

I am putting together a website that uses a templating system. It contains a plugin that lets users upload/share music files so anyone can listen to them via the website's flash player.

It works with mp3 files only. Is there a way to make the player play other formats such as wav, wma, mp4, etc?

Upvotes: 0

Views: 1447

Answers (1)

felipemaia
felipemaia

Reputation: 3571

Here is the list of natively supported codecs by the Flash Player:

http://kb2.adobe.com/cps/402/kb402866.html

If you need to play something not natively supported, there are external API's that will allow you to do so, just chose a Flash Sound API:

http://www.google.com.br/search?q=flash+sound+API

Upvotes: 1

Related Questions