views:

125

answers:

1

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