Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 5.12 WebEngine does not load Flash Pepper plugin provided in Mac Bundle

Qt 5.12 WebEngine does not load Flash Pepper plugin provided in Mac Bundle

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 366 Views 2 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.
  • H Offline
    H Offline
    haralds
    wrote on last edited by haralds
    #1

    We are using the licensed Enterprise distro on Mac and Windows.

    We want to load the Pepper Flash plugin included in our application bundle. We cannot get it to load.

    I should note that the normal global Flash Player in /Library/Internet Plug-ins loads fine.

    Our code:
    QString PlayerPath = ePtr->appPath() + "/../SharedSupport/PepperFlashPlayer/PepperFlashPlayer.plugin";
    QString ChromeFlags = "--ppapi-flash-path="+PlayerPath;
    qputenv("QTWEBENGINE_CHROMIUM_FLAGS", ChromeFlags.toUtf8());

    We have tried all sorts of variations. What are we doing wrong?

    Thanks,
    -- Harald

    Harald Striepe
    CTO - Quantum Intech, Inc.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Please take a look at this thread, it might solve your problem.

      By the way, since you have a commercial licence, you can also open a case directly with the Qt Company.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      H 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Please take a look at this thread, it might solve your problem.

        By the way, since you have a commercial licence, you can also open a case directly with the Qt Company.

        H Offline
        H Offline
        haralds
        wrote on last edited by
        #3

        @sgaist Thanks. I have looked at all threads I could find here and other places. For our circumstance we seem to be doing the right thing, but it does not load from the bundle location. The Qt documentation is vague and does not show a full code example. If all else fails, I will jump through the hoops with Qt support. But I have not found that process very easy.

        Harald Striepe
        CTO - Quantum Intech, Inc.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          By the way, what version of Qt are you using ?
          What version of your OSs are you running ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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