Reputation: 10850
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?
Upvotes: 0
Views: 522
Reputation: 69042
Many screen-captures have problems with hardware accelerated windows, so try to disable hardware accelleration when capturing.
Upvotes: 1