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?
            Asked
            
        
        
            Active
            
        
            Viewed 2,591 times
        
    2 Answers
5
            here is an article about AAC and m4a files playing in actionscript using the NetStream class:
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
- 
                    2@Antony that is only correct if you want to import them into the IDE, but you can stream them. – Philipp Kyeck Jul 20 '11 at 07:06