I am testing this on a Droid X with Android 2.2 and flash. Flash works great in the default android browser, but the webview does not seem to load it, even when linking to an external web hosted html file.
A:
Here's an example of someone doing this: http://stackoverflow.com/questions/3431351/how-do-i-pause-flash-content-in-an-android-webview-when-my-activity-isnt-visible
Looks like the critical line is:
mWebView.getSettings().setPluginsEnabled(true);
connorb3
2010-10-09 22:35:02