Hi there,

I'm using QtWebkit module to integrate a simple browser inside an own application.
When I "switch off" the browser, I'd like the plugin as well to stop working.
For example, if there's a flash video in playback when I close the browser window, I'd like to force stopping the flash plugin to render it.
Instead I can still listen to the audio playback.
I tried with:

webPage->settings()->setAttribute(QWebSettings::PluginsEnabled, false);

but this call only has effect when a new url is loaded.

Any hints?
Thanks,
Ricky