What does “install Flash plugin” in WebView mean?

后端 未结 3 835
难免孤独
难免孤独 2020-12-19 17:47

In a small WebView app I wrote, I am able to load YouTube and see the picture the represents a video clip, with the familiar right-pointing arrow that is supposed to start p

相关标签:
3条回答
  • 2020-12-19 18:15

    Youtube got a HTML5 version, which means you can watch their videos without having flash installed. So better check flash suppport on a site where you can be sure that only flash is being used, eg http://www.adobe.com/software/flash/about/ which also tells you what version of flash you got installed.

    0 讨论(0)
  • 2020-12-19 18:19

    Could it be a problem related to Javascript not being enabled on the webview?

      myWebView.getSettings().setJavaScriptEnabled(true);
    
    0 讨论(0)
  • 2020-12-19 18:25

    The Adobe Flash plugin is available from the Android Market for Android 2.2+ devices. It may come pre-installed on a few devices, but on most it does not.

    Search for "Adobe Flash" in the Android market to download it, then try running your app again.

    0 讨论(0)
提交回复
热议问题