Playing .swf file in MediaPlayer?
        Posted  
        
            by 
                Omar
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Omar
        
        
        
        Published on 2011-06-24T14:00:49Z
        Indexed on 
            2011/06/24
            16:22 UTC
        
        
        Read the original article
        Hit count: 288
        
I'm having some issues in playing .swf files on my application. On my PC, using Media Player Classic, they work normally, but on my phone they dont, all I hear is weird sounds.. the code I use to play:
mediaplayer = MediaPlayer.create(getBaseContext(), Uri.parse(CurrentAyaSoundPath));
Can anyone tell me why I cant play .swf files normally? Is there another way to play them?
Edit1: the .swf are sound only.. no video
© Stack Overflow or respective owner