0
votes

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

1
I think you need to embed swf player in you app. - Ahsan Rathod
@Ahsan Rathod How can I do that? - Omar

1 Answers