Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Flash enabled but not displaying
Forum Updated to NodeBB v4.3 + New Features

Flash enabled but not displaying

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 3 Posters 1.7k 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.
  • L Offline
    L Offline
    lehman409
    wrote on last edited by
    #1

    Hello... I'm reasonably confident Flash is enabled in my QT application, but cannot see Flash content.

    I can go to http://whatismyflash.com and see the currently installed and enabled flash version. (The latest)

    If I comment out...
    @webView->settings()->setAttribute(QWebSettings::PluginsEnabled, true);@
    ...and go to http://whatismyflash.com I see a message that Flash is not installed.

    However... even when I re-activate that line and confirm Flash is enabled, no Flash is displayed on any webpage. I get either empty boxes or the blue "question mark boxes."

    Any ideas on how I can proceed? I'm totally new to Qt, and about to run out of ideas on how to fix this.

    Thanks!!!

    1 Reply Last reply
    0
    • G Offline
      G Offline
      guziemic
      wrote on last edited by
      #2

      On which operating system are you deploying you application?

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lehman409
        wrote on last edited by
        #3

        Developing on Mac, and have only tested on Mac. But the application will ultimately be used on Windows only. Was about to test on a Windows machine to see if it's a Mac-only issue. I'll report back..

        1 Reply Last reply
        0
        • B Offline
          B Offline
          beowulf
          wrote on last edited by
          #4

          Keep one thing in mind.

          Flash to work on Qt, you need to have it installed on your computer and not specifically in a browser (which is also possible).

          You have to download the Flash installer from the Microsoft website, remembering that when entering the site to download, it will ask your browser. Select another and download, install and ready.

          -- 0x00

          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