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?
|
feedback
|
|
here is an article about AAC and m4a files playing in actionscript using the NetStream class: it's possible | |||
|
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. | |||||
feedback
|