标签: java android flash media-player
我在应用程序中播放.swf文件时遇到了一些问题。 在我的电脑上,使用Media Player Classic,它们可以正常工作,但在我的手机上它们不会,我听到的都是奇怪的声音......我用来玩的代码:
mediaplayer = MediaPlayer.create(getBaseContext(), Uri.parse(CurrentAyaSoundPath));
有谁能告诉我为什么我不能正常播放.swf文件?还有其他方法可以玩吗?
Edit1:.swf只有声音..没有视频
答案 0 :(得分:-1)
阅读这些帖子:
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
希望它会帮助你