Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Load an SWF into a WebView

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.

like image 509
Joren Avatar asked Jun 08 '10 00:06

Joren


1 Answers

Figured it out. You have to enable plugins.

webview.getSettings().setPluginsEnabled(true);
like image 54
Joren Avatar answered Nov 10 '22 08:11

Joren