PDA

View Full Version : Finally relased my app, but there is a problem with Flash Player????



danoc93
30th January 2012, 23:05
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?????

budda
28th February 2012, 04:50
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...