There is no API for this (as this is a nasty think) but if using your own QtWebKit build is an option to you than you can hack it yourself. Take a look at http://trac.webkit.org/browser/trunk/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp#L1649 and you will see the trick ;-)

On 11/10/2011 09:39 PM, Ken Perkins wrote:
We are trying to render web content including Adobe Flash on a headless server (using webkit2png), flash content only renders if it is running with wmode=transparent which forces it to render in software and not hardware and the content we are rendering doesn't always have this flag set in the HTML.

We are looking for an option on the WebView to specify to always try to render in software, including plugins, is this possible?

Page of options: http://doc.qt.nokia.com/stable/qwebsettings.html#enabling-plugins

Thanks!

--Ken
clipboard, inc.
we're hiring!: www.clipboard.com/jobs


_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to