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. QWebview:How do I know if a flash has finished playing?
Forum Updated to NodeBB v4.3 + New Features

QWebview:How do I know if a flash has finished playing?

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 1.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.
  • H Offline
    H Offline
    huynhlv_54
    wrote on last edited by
    #1

    I am attempting to write a program that can play a list of flashes (for example, from YouTube.)
    I'm using QWebview to show videos, the plugin works fine.

    However, how can I tell when a video finishes, so that I can start the next one.

    I'm using Python, so an example in that language would be great, but I can read C++, too.
    Thanks in advance.

    Edit: if there is any other method that allows me to do the same (play a list of flashes) without using
    QWebview, then please tell me!

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

      There's no way to do that.

      It is impossible to manipulate the SWF (Flash) using QWebKit or even javascript.

      You can make your own video player, so you can write in your document, hidden in some input to know when your program is paused or completed.

      And take these results with javascript.

      -- 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