nathancahill
nathancahill

Reputation: 10850

Rendering QWebView with flash

I'm trying to get a screen capture of a web page with a flash object in it. The page I'm trying to render is http://www.swellinfo.com/surf-forecast/san-jose-guatemala.html, specifically the swell flash object. I'm loading the page in a QWebView in Xvfb using the Ghost.py framework. Any ideas on how to fix this?

Flash rendering

Upvotes: 0

Views: 522

Answers (1)

mata
mata

Reputation: 69042

Many screen-captures have problems with hardware accelerated windows, so try to disable hardware accelleration when capturing.

Upvotes: 1

Related Questions