> Thanks for the information. I am trying your sample codes to get better > understanding. Currently trying something in you webcapture sample. I built > it on WIndows XP and ran it to capture the snapshot of www.google.com and it > captured fine. Then I tried to capture the snapshot of a webpage having some > flash contents (http://www.flashiness.com/fseyeball.htm). The output > displayed blank in location where there is flash content. After looking in > some blogs and net surfing, I came to know that we need to set the > QWebSettings::PluginsEnabled attribute of QWebPage to true. I tried this but > still the output is not fully capturing the flah content. The flash content > at the top (flashiness.com displayed in a blue box) is somewhat captured > (though the flashiness text doesn't appear), the eyeball flash content is > not at all captured :(.
That's likely because the plugin is windowed. Before going further, I highly recommend reading and understanding first how NPAPI plugin works. Resource like https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_Basics could be really helpful. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
