Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

flash

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 ?

like image 293
Vaishali Sharma Avatar asked Jun 22 '13 05:06

Vaishali Sharma


People also ask

How do I open SWF files without Flash player?

Answer: You can open the file in Chrome by dragging it to the browser or right-click on the SWF file, go to Open With option, and select Chrome. Q #2) Can I play SWF files in VLC? Answer: VLC supports SWF files usually but not always. You can convert the file into audio or video format and then play it in VLC.

Can you open SWF file on Android?

Yes, VLC can play SWF on Android or computer. Just open the SWF file via VLC on Android phone, and it will play the SWF file automatically.

Which Media Player can play SWF files?

Adobe® Flash® Player Adobe® Flash® Player is free software designed to play SWF files online or on your computer. It was created as a plugin for popular browsers, including Microsoft Internet Explorer, Mozilla Firefox, and Google Chrome.


2 Answers

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

like image 196
Kevin Lee Avatar answered Oct 03 '22 12:10

Kevin Lee


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.

like image 25
Dimitris Maniatis Avatar answered Oct 03 '22 14:10

Dimitris Maniatis