[Qt-interest] Displaying flash in QTWebKit included with QT 4.7.1 and 4.7.2

Marat Garafutdinov mgarafut at cisco.com
Tue Mar 15 04:00:18 CET 2011


Hello everyone.

I'm having trouble getting flash to display in QWebkit on OS X 10.6.6 with QT 4.7.1. (LGPL) in a QWebPage
I can see the flash context menu and hear sounds, but there is no image. 

1) QT is build for Carbon (although I tried building for 32 bit Cocoa as well) with the following options:

./configure -prefix /Qt/4.7.1 -nomake examples -nomake demos -carbon -opensource -platform macx-g++ -graphicssystem raster -qt-gif -webkit -debug-and-release -sdk <path to SDK>/MacOSX10.5 -D QT_NO_EFFECTS

2) QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true); is called
3) I've tried setting the wmode of embedded flash object to both "opaque" and "window"
4) Flash NS plugin is installed in the QT plugin path

Most of the advice I've been able to locate so far was either to make sure that plugins are enabled or that QT should be build for 32 bit. I've also tried upgrading to the 4.7.2 release of QT with the same result.

Is there anything else I could try?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110314/378185f5/attachment.html 


More information about the Qt-interest-old mailing list