Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML WebView Flash does not play
Qt 6.11 is out! See what's new in the release blog

QML WebView Flash does not play

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bvsaker
    wrote on last edited by
    #1

    I have not been able to get flash to play when running the following qml script with qmlviewer.

    @
    import QtQuick 1.0
    import QtWebKit 1.0

    WebView {
    id: webView
    width: 1280
    height: 720
    settings.pluginsEnabled: true
    url: "http://www.youtube.com"
    }
    @

    I am using Qt 4.8.2 and this does not work on Windows 7 or my Debian Linux distro. When trying to play youtube flash content I get the message:

    The Adobe Flash Player or an HTML5 supported browser is required for video playback.

    Running the demo QDeclarative => webbrowser in qmlviewer yields the same result.

    I am able to play this content on IE 8 and in Chrome. What plugin am I supposed to use that my WebView will recognize? Isn't it supposed to share the same plugin that Chrome uses since they are both WebKit based?

    Thanks for the help.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved