5

I am developing a simple mp3 player for playing bulk number of audio files to play. The files are in .m4a format. Is it possible to play using as3?

2 Answers2

5

here is an article about AAC and m4a files playing in actionscript using the NetStream class:

http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html#articlecontentAdobe_numberedheader_0

it's possible

Philipp Kyeck
  • 18,402
  • 15
  • 86
  • 123
1

The below link show you flash supportable file formats.

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

Current version of flash doesn't support .m4a file. So u needs to convert it into mp3 file.

Benny
  • 2,250
  • 4
  • 26
  • 39