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?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

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

link|improve this answer
nice tuts. Thanks. – Antony Jul 20 '11 at 7:16
feedback

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.

link|improve this answer
1  
@Antony that is only correct if you want to import them into the IDE, but you can stream them. – pkyeck Jul 20 '11 at 7:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.