PDA

View Full Version : Running flash in QtWebkit



jay
5th June 2010, 14:31
Dear All,

In my browser application I am using QtWebkit. If I show any page which contains Flash, its working fine if the system having Firefox with Flash plugin.

Please anyone help me Is there any way available to run this application in non-Firefox system.

Give suggestions on this.

Thank you.
Regards,
Jay

Alnitak
16th June 2010, 10:38
I had the same problem some time ago.
I use linux and seems that plugins are not enabled by default (?)
Enabling plugins will let you see flash:
QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);

regards
marco

wysota
16th June 2010, 10:44
WebKit requires a NS flash plugin to be installed in the system.