score:1
Accepted answer
android version higher than gingerbread(2.3) does not support flash. for android version below ics(4.~), you can insert a swf file to webview.
webview wv = (webview) findviewbyid(your id);
websettings ws = wv.getsettings();
ws.setpluginstate(pluginstate.on);
ws.setjavascriptenabled(true);
wv.loadurl(swf filepath);
hope this helps.
score:0
i'm not 100% sure that android supports flash. unless i'm missing some part of your questions then i would go back to trying to play it as a video. you could probably use a mediaplayer to accomplish this. i believe this is what i used when i was working on a internet video search service application.
Source: stackoverflow.com
Related Query
- How to insert a swf animation (flash) in Java for Android (Eclipse)
- How can I get Eclipse to insert tabs instead of spaces for Java content assist?
- How do I set the Java Doc for google drive api for android in Eclipse
- When I drag a "Plain Text" field over to my WYSIWYG editor in Eclipse for Android 4.1 I get a Java crash - How do I fix this?
- Is it possible to run java (jdk-windows) , Eclipse (indigo) and Android-sdk FOR android app development from external flash drive
- How to reactivate checking for Android Java in Eclipse on a particular file?
- How to setup subversion (and which - e.g. subcliplse / subversive) for android / java eclipse on LAN [without internet connection / (url/uri)]
- How do you integrate PyGame and Android SDK together inside Eclipse to build an Android App running Java SDK as the main menu for PyGame?
- How to set up eclipse for java me and android development
- How to turn off the Eclipse code formatter for certain sections of Java code?
- How to change font size in Eclipse for Java text editors?
- How to output messages to the Eclipse console when developing for Android
- How to upgrade Eclipse for Java EE Developers?
- How to simultaneously run all JUnit tests for a Eclipse Java project without Maven?
- How to add shortcut keys for java code in eclipse
- How to create the pom.xml for a Java project with Eclipse
- How do I Install JBoss AS / WildFly Server in Eclipse for Java EE
- How to convert an Eclipse Android project to use Ant for build?
- How to filter call stack in Eclipse debug view for Java
- How to use Gradle to generate Eclipse and Intellij project files for Android projects
- How can I check/upgrade Proguard version when using it in Eclipse for Android development?
- Android actionbar how to add supporting library v7 appcompat for Eclipse
- Did anyone create the Java Code Formatter Profile for Eclipse IDE that conforms to the Android Code Style Rules?
- How can I upgrade from Eclipse Java SE version to Eclipse for Java EE via Eclipse?
- How to get the graphical layout Window back in Eclipse for Android Application Design?
- How to view SQL database in Eclipse Debug mode for android
- How can I add an Eclipse Quick Fix for a custom Java marker?
- How to use Eclipse for both Java and PHP?
- How to stop Eclipse from moving cursor for closing java parenthesis?
- How can I enable the Task List in Eclipse for a Java Project?
More Query from same tag
- implement signalA in Android project
- Read a file in java from a linked folder in eclipse
- How can one use the Web Page Editor in custom RCP application?
- Building Eclipse Project With Maven
- How can I get an Eclipse installation that includes source code of its plugins?
- Resizing an image in Processing2 on eclipse java
- parse error trying to install apps on my phone
- how to create a new AVD in eclipse?
- How to make spring roo project has dynamic web nature?
- When i Try to run an simple android apps in eclipse, then it showing me an installation error : unknown failure, what should i do ?
- Spring Data (JPA) context config XML - jpa:repositories
- What's the equivalent for eclipse's ALT+UP/DOWN (move line) in Visual Studio?
- Any idea to solve a strange verifier rejected class on onTouchEvent
- Trying to understand what gradle and maven actually do
- Import IntelliJ code style into Eclipse
- Running java application written using Eclipse from command prompt
- Android Development - Dealing with XML
- Eclipse XLRD, XLWT Import Error
- vaadin widgetset do not work. bug in maven plugin vaadin
- Error occurs while installing eclipse EE?
- Android Studio import Eclipse project
- Find all assignments to variable
- Invocation of init method failed: com.solacesystems.jcsmp.JCSMPChannelProperties.getConnectRetriesPerHost()
- How to change math quiz difficulty based on game level user clicks? Android
- Extending PyDev editor in Eclipse with a side-by-side display for live coding like Bret Victor's demo
- executeUpdate is not working
- Creating a list of assignments for a school project, but I'm getting a NullPointerException
- Img1 cannot be resolved or is not a field
- Can't run project in eclipse after adding to repo. Not a java project
- deploying a new version of a GWT project to GAE doesn't work