I'm having problems with this. If I go to an SWF directly in the browser, it works fine. If I attempt to use loadUrl on an SWF file it stays blank and loads nothing.
+4
A:
Figured it out. You have to enable plugins.
webview.getSettings().setPluginsEnabled(true);
Joren
2010-06-08 01:37:08