Results 1 to 3 of 3

Thread: QTWebkit: problem in flashplayer plugin

  1. #1
    Join Date
    Nov 2013
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QTWebkit: problem in flashplayer plugin

    I have enable the flashplayer plugin in QTWebkit (Linux platform). It can work for most of the flash embedded. Only except for below case.

    1 movie 'xmp.swf' {
    2 // flash 5, total frames: 3, frame rate: 12 fps, 200x200 px
    3
    4 frame 2 {
    5 getURL('http://2014.sjz.asb.hk:11658', '');
    6 }
    7
    8 frame 3 {
    9 stop();
    10 }
    11 }

    The page contains the swf can't jump to the link "http://2014.sjz.asb.hk:11658" in getURL.

    Any suggestions?

    Thanks,
    Eric

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QTWebkit: problem in flashplayer plugin

    Is it failing to follow the chain of three redirections fetching the URL in the IFrame in that page?

  3. #3
    Join Date
    Nov 2013
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QTWebkit: problem in flashplayer plugin

    Quote Originally Posted by ChrisW67 View Post
    Is it failing to follow the chain of three redirections fetching the URL in the IFrame in that page?
    <html>
    <body>
    <embed src="http://xxx/xxx.swf" allowFullScreen="true" quality="high" bgcolor="#ffffff" width="320" height="320"
    name="mymovie" align="middle" allowScriptAccess="always" wmode="opaque" type="application/x-shockwave-flash" pluginspage="ht
    tp://www.macromedia.com/go/getflashplayer" />
    </body></html>

    Html page is like above. It is supposed to jump to the url int the flash file, but QTwebkit can't follow the jump

    getURL('http://2014.sjz.asb.hk:11658', '');

Similar Threads

  1. QtWebKit plugin path
    By Strongoloid in forum Qt Programming
    Replies: 4
    Last Post: 5th February 2013, 15:15
  2. Plugin Handling with QtWebKit
    By Zanjy in forum Qt Webkit
    Replies: 1
    Last Post: 19th April 2012, 10:47
  3. QtWebKit and Flash plugin crash
    By PrimeCP in forum Qt Programming
    Replies: 2
    Last Post: 7th August 2010, 15:24
  4. qtwebkit and quicktime plugin
    By kompotFX in forum Qt Programming
    Replies: 1
    Last Post: 7th May 2010, 19:16
  5. How to open pdf in plugin with qtwebkit
    By Timmer in forum Qt Programming
    Replies: 1
    Last Post: 23rd July 2009, 10:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.