I want to clarify one doubt ..How we can properly load an interactive swf file in an android application.?
In case with a non-interactive swf file its OK..i can able to display it properly. But in case with an interactive swf file its display OK, but it is not getting working properly. Its drop down box not working. We cant't get select any item from the drop-down box.
I have included code for enabling javascript and all.
webview.getSettings().setPluginsEnabled(true);
webview.getSettings().setJavaScriptEnabled(true);
Can anyone please tell the proper way in which we can load an interactive swf file into an android application.?
Please refer to this Load an SWF into a WebView
You have to enable plugins.