0

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

Omar
  • 7,835
  • 14
  • 62
  • 108