Search code examples
actionscript-3flash-cs4flash-cs5

Is it possible to play .m4a file using as3?


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?


Solution

  • 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