Load an SWF into a WebView

Figured it out. You have to enable plugins.

webview.getSettings().setPluginsEnabled(true);

Leave a Comment