Results 1 to 3 of 3

Thread: Running flash in QtWebkit

  1. #1
    Join Date
    Feb 2008
    Posts
    60
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Running flash in QtWebkit

    Dear All,

    In my browser application I am using QtWebkit. If I show any page which contains Flash, its working fine if the system having Firefox with Flash plugin.

    Please anyone help me Is there any way available to run this application in non-Firefox system.

    Give suggestions on this.

    Thank you.
    Regards,
    Jay

  2. #2
    Join Date
    Oct 2006
    Posts
    16
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Running flash in QtWebkit

    I had the same problem some time ago.
    I use linux and seems that plugins are not enabled by default (?)
    Enabling plugins will let you see flash:
    QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);

    regards
    marco

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Running flash in QtWebkit

    WebKit requires a NS flash plugin to be installed in the system.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Opening local flash(.swf) file in QtWebKit?
    By DanLT3 in forum Qt Programming
    Replies: 1
    Last Post: 24th March 2011, 16:22
  2. QtWebKit and flash performance issues
    By caelestis in forum Qt Programming
    Replies: 0
    Last Post: 7th February 2010, 06:08
  3. QT and Flash
    By sawerset in forum Qt Programming
    Replies: 12
    Last Post: 1st September 2008, 08:51
  4. Running flash .swf files in widget?
    By ashukla in forum Qt Programming
    Replies: 37
    Last Post: 12th February 2008, 05:14
  5. Replies: 1
    Last Post: 17th May 2006, 01:23

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.