I can play flash movies on the regular browser after installing the adobe flash app. However, this doesn't work for the Webview. A response on another discussion group said this could be enabled with the following code in Java:
WebView mWebView = (WebView) findViewById(R.id.WebView01); mWebView.getSettings().setPluginsEnabled(true);
How would I do this in B4A?
Along the same lines, how can I enable the YouTube player in B4A?
WebView mWebView = (WebView) findViewById(R.id.WebView01); mWebView.getSettings().setPluginsEnabled(true);
How would I do this in B4A?
Along the same lines, how can I enable the YouTube player in B4A?