Play SWF Files on Android Device Without Flash Pla

2020-02-14 02:22发布

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 available on play store so the person who has not flash player plugin already can not view those files.

How can I show my SWF files without using Flash Player Plugin ?

标签: android flash
4条回答
Viruses.
2楼-- · 2020-02-14 02:54

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

查看更多
欢心
3楼-- · 2020-02-14 03:03

Google's Swiffy makes Flash files HTML5 friendly.

Google's cooked up a new tool in its labs that converts SWF files into HTML5 for use on devices that can't run Flash, including those made by Apple.

查看更多
可以哭但决不认输i
4楼-- · 2020-02-14 03:07

I use Adobe AIR for swf files to play b'cause its still free, but it does require you to sign up.. Here is setup require to getting started with Adobe AIR.. There is lot of stuff in that link well, you require only app, for viewing .swf file...

查看更多
家丑人穷心不美
5楼-- · 2020-02-14 03:18

Firefox comes with SWF support. I had to play a SWF file in Android. Here's how I did it.

  1. Download the SWF file to store locally in your device. Most likely by default it will be in the root/sdcard/download folder.
  2. Open Firefox browser. Type in the URL file://root/sdcard/download/myFlashFilename.swf

    It should show a "Tap to activate plugin" or similar message. Tap it and it should work.

  3. Add this to Bookmark and Add to Home Screen for easy access.
查看更多
登录 后发表回答