Page 2 of 2 FirstFirst 12
Results 21 to 38 of 38

Thread: Running flash .swf files in widget?

  1. #21
    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 .swf files in widget?

    WebKit is developped by Apple.

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

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by wysota View Post
    WebKit is developped by Apple.
    Dear Sir!
    May you provide the e-mail or contact no. of developers of WebKit.
    with regards!
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  3. #23
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Running flash .swf files in widget?

    Did you try searching Google for "webkit"?
    J-P Nurmi

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

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by jpn View Post
    Did you try searching Google for "webkit"?
    Dear Sir!
    I am unable to find the individuals who contribute upon this!
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  5. #25
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Running flash .swf files in widget?

    Go to webkit.org and follow the link called "Keep in Touch".
    J-P Nurmi

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

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by jpn View Post
    Go to webkit.org and follow the link called "Keep in Touch".
    Thanks for it!

    Dear Sir!
    Except gnash & webkit, Can any altrnative is possible to open .swf files in a child widget with resizing feature.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  7. #27
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Running flash .swf files in widget?

    So, there is no class in Qt (ver. 4.3.2) that can play flash animation on qwidget?
    Qt 5.3 Opensource & Creator 3.1.2

  8. #28
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by MarkoSan View Post
    So, there is no class in Qt (ver. 4.3.2) that can play flash animation on qwidget?
    That's right.
    J-P Nurmi

  9. #29
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Running flash .swf files in widget?

    How sad ...
    Qt 5.3 Opensource & Creator 3.1.2

  10. #30
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Running flash .swf files in widget?

    What about using QT4.4 and its integrated Webkit? I've noticed that even the demo browser application provided with it is unable to load flash and other videos.

    So, is it possible to integrate a flash plugin inside QT Webkit? How?

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

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by beto View Post
    What about using QT4.4 and its integrated Webkit? I've noticed that even the demo browser application provided with it is unable to load flash and other videos.

    So, is it possible to integrate a flash plugin inside QT Webkit? How?
    I have done it; but I would have to fix some issue of sound control in multiple frames.
    It is also possible with gnash; but It does not provide the full resizing feature against different Aspect ratio.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  12. #32
    Join Date
    Jan 2008
    Location
    Warsaw, Poland
    Posts
    26
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    2

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by ashukla View Post
    I have done it; but I would have to fix some issue of sound control in multiple frames.
    Can you show us your achievement or at least key parts of it?

  13. #33
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Running flash .swf files in widget?

    Have you used the classes contained in qwebobjectplugin.cpp and qobjectpluginconnector.cpp?

    Can you give some indications or directions of how you implemented it?

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

    Default Re: Running flash .swf files in widget?

    Using gnash with QProcess.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  15. #35
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by ashukla View Post
    I have done it; but I would have to fix some issue of sound control in multiple frames.
    It is also possible with gnash; but It does not provide the full resizing feature against different Aspect ratio.
    When thing I didn't understand though: have you integrated the plugin using two different (and separate) methods (1 - through webkit; 2 - through gnash)

    Or, on the contrary, you integrated the plugin using, at the same time, Webkit + Gnash?

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

    Default Re: Running flash .swf files in widget?

    Quote Originally Posted by beto View Post
    When thing I didn't understand though: have you integrated the plugin using two different (and separate) methods (1 - through webkit; 2 - through gnash)

    Or, on the contrary, you integrated the plugin using, at the same time, Webkit + Gnash?
    Dear beto!
    Both the gnash & webkit; I have done seperately. But Some issue remain to fix. And I am thinking the best way to solve this; using webkit.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  17. The following user says thank you to ashukla for this useful post:

    beto (11th February 2008)

  18. #37
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    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?

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

    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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.