Playing .swf file in MediaPlayer?
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? I开发者_Python百科s there another way to play them?
Edit1: the .swf are sound only.. no video
Read these posts:
Playing a Flash File in Android
is it possible to play .swf file and .flv files in android?? if yes then please provide code for that
How to play media files (3GP/swf files) locally inside webview
hope it will help you
精彩评论