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. QTWebkit flashplayer plugin issue
Forum Updated to NodeBB v4.3 + New Features

QTWebkit flashplayer plugin issue

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

    QTWebkit Version: 4.8
    flashplayer version:11.x
    OS: Linux x86_64

    Problem: When a Html page embeds a flash file in which calls getUrl to redirect to a new URL , it doesn't work, the target URL can't be loaded.

    Below flash file should redirect to "www.google.com", it works on chrome and IE, but doesn't work on QTWebkit.

    Flash content:
    1 movie 'xmp.swf' {
    2 // flash 5, total frames: 3, frame rate: 12 fps, 200x200 px
    3
    4 frame 2 {
    5 getURL('http://www.google.com', '');
    6 }
    7
    8 frame 3 {
    9 stop();
    10 }
    11 }

    I can make sure the flashplayer plugin has loaded correctly.

    Can anyone help?

    Thanks,
    Juzzy

    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