Results 1 to 20 of 38

Thread: Running flash .swf files in widget?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Default Re: Running flash .swf files in widget?

    Ashukla, thanks for your kind answers.

    I'm interested mainly in the Webkit integration: I have a browser-like app built with the latest QT 4.4 snapshot, using the QT Webkit API. It works fine, apart from the video plugins.

    I'm stuck on that, because I didn't find a way to properly integrate a video plugin inside the QT/Webkit modules. How did you make it? Using the classes inside qwebobjectplugin.cpp and qobjectpluginconnector.cpp? I've seen these classes, but I don't know how to use them.

    Or maybe have you used the QAxWidget? This is part of the ActiveQT framework, and not included in the Free/Non-Commercial QT editions, right?

  2. #2
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    8
    Thanked 14 Times in 14 Posts

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by beto View Post
    Ashukla, thanks for your kind answers.

    I'm interested mainly in the Webkit integration: I have a browser-like app built with the latest QT 4.4 snapshot, using the QT Webkit API. It works fine, apart from the video plugins.

    I'm stuck on that, because I didn't find a way to properly integrate a video plugin inside the QT/Webkit modules. How did you make it? Using the classes inside qwebobjectplugin.cpp and qobjectpluginconnector.cpp? I've seen these classes, but I don't know how to use them.

    Or maybe have you used the QAxWidget? This is part of the ActiveQT framework, and not included in the Free/Non-Commercial QT editions, right?
    Dear Beto!
    I am not using ActiveQt Framework because it is not possible in Linux/Unix.
    The simplest way is; You can call any swf file in web browser using <embed> of Java Script.
    first you create a temporary html file for particular .swf object and then play it. Another way is also possible; but I am bounded with company rules.
    hoping its help!
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

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
  •  
Qt is a trademark of The Qt Company.