Play SWF Files on Android Device Without Flash Player Plugin and without webview

后端 未结 4 570
礼貌的吻别
礼貌的吻别 2020-12-20 19:13

I have few SWF Files which I want to run view on my Android Device. Earlier I was viewing those files in webview using flash player but now as flash player plugin is no more

4条回答
  •  独厮守ぢ
    2020-12-20 19:42

    You can use opensource code like SWFDec, but you have to porting it on android by yourself.

    How to porting: 1. download swfdec source code from http://swfdec.freedesktop.org 2. cross-compile swfdec source code for android platform 3. read swfdec source code to find how to blit swfdec surface to android view

提交回复
热议问题