Results 1 to 2 of 2

Thread: Finally relased my app, but there is a problem with Flash Player????

  1. #1
    Join Date
    Jan 2012
    Posts
    15
    Qt products
    Qt3
    Platforms
    Windows

    Default Finally relased my app, but there is a problem with Flash Player????

    Ok, It was easy to release my app, I copied some .dlls from qt folder and my program runs fine... the only problem is that I use qwebview with pluginsenabled so I can load an html file from my computer and show a swf animation... the animation shows nicely when I compile the program from QTCreator, but if I open the .exe QTcreator created on "release" folder, the swf doesn't work...

    Do I need to copy another .dll into the release folder or what?????

  2. #2
    Join Date
    Mar 2010
    Posts
    86
    Thanks
    11
    Thanked 7 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Finally relased my app, but there is a problem with Flash Player????

    if you are using the minGW compiler you need these .dlls
    & I am still using Qt 4.6.2

    libgcc_s_dw2.1.dll
    mingwm10.dll
    phonon4.dll
    QtCore4.dll
    QtGui4.dll
    QtNetwork4.dll
    QtWebKit4.dll
    QtXmlPatterns4.dll

    and then usually the folder
    /imageformats

    with atleast

    qgif4.dll
    qjpeg4.dll

    another thing I've noticed is that if the swf embed tag happens to be inside of an HTML <div> tag with a CSS width. That width can't have negative numbers, or nothing will show up even with all the correct .dll files. Hope this helps...

Similar Threads

  1. QWebView "Adobe Flash Player Settings" can't click
    By MLangley in forum Qt Programming
    Replies: 2
    Last Post: 9th December 2011, 23:10
  2. Flash Player 10.1 QTWebkit Text Entry Problem Mac
    By joeyjojo in forum Qt Programming
    Replies: 2
    Last Post: 27th March 2011, 15:15
  3. media player problem
    By emrez in forum Qt Programming
    Replies: 1
    Last Post: 16th July 2010, 17:50
  4. Flash Player Crashes in linux platform
    By Peter Jerald in forum Qt Programming
    Replies: 1
    Last Post: 6th July 2010, 08:54
  5. I finally figured out how to do library dependencies.
    By sadastronaut in forum Installation and Deployment
    Replies: 1
    Last Post: 26th March 2008, 22:37

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.