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. Integrating Adobe Flash with application
Forum Updated to NodeBB v4.3 + New Features

Integrating Adobe Flash with application

Scheduled Pinned Locked Moved General and Desktop
11 Posts 2 Posters 2.2k 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
    bodzio131
    wrote on 15 Mar 2014, 21:20 last edited by
    #2

    QtWebKit handles the Adobe Flash content if you have flash plugin installed. What other integration do you look for?

    1 Reply Last reply
    0
    • N Offline
      N Offline
      nicky j
      wrote on 15 Mar 2014, 21:43 last edited by
      #3

      So simply installing Adobe Flash plugin in my computer will allow the QWebView to handle flash content?

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bodzio131
        wrote on 15 Mar 2014, 21:51 last edited by
        #4

        As far as I know it will. I had only one problem: the webkit built with non-default struct member alignment doesn't work with the flash, but I hope you can use default alignment.

        1 Reply Last reply
        0
        • N Offline
          N Offline
          nicky j
          wrote on 15 Mar 2014, 22:08 last edited by
          #5

          what do you mean by default alignment?

          1 Reply Last reply
          0
          • B Offline
            B Offline
            bodzio131
            wrote on 15 Mar 2014, 22:48 last edited by
            #6

            "See this":http://en.wikipedia.org/wiki/Data_structure_alignment

            1 Reply Last reply
            0
            • N Offline
              N Offline
              nicky j
              wrote on 21 Mar 2014, 04:17 last edited by
              #7

              Ok, thanks for the education! How can opt to use default alignment for my web view?

              1 Reply Last reply
              0
              • B Offline
                B Offline
                bodzio131
                wrote on 21 Mar 2014, 21:04 last edited by
                #8

                I understand that you didn't change it intentionally (using for example /zp switch into MS compiler or #pragma pack) so I'm sure you use the default already.

                1 Reply Last reply
                0
                • N Offline
                  N Offline
                  nicky j
                  wrote on 27 Mar 2014, 23:57 last edited by
                  #9

                  Ok so I have the flash plugin on my computer (should i use the Chrome version?). It doesn't seem to have any effect.

                  1 Reply Last reply
                  0
                  • B Offline
                    B Offline
                    bodzio131
                    wrote on 28 Mar 2014, 20:07 last edited by
                    #10

                    Have you tried this?
                    @QWebSettings *settings = QWebSettings::globalSettings();
                    settings->setAttribute (QWebSettings::PluginsEnabled, true);@

                    See also "this":http://qt-project.org/forums/viewthread/12496/ thread for other details.

                    1 Reply Last reply
                    0
                    • N Offline
                      N Offline
                      nicky j
                      wrote on 7 Apr 2014, 00:42 last edited by
                      #11

                      Ok so it looks like the flash plugin has to be located in a certain directory. Which one?

                      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