[Qt-interest] QWebView and flash with a Network Proxy

Dave Smith dave at thesmithfam.org
Sat Dec 20 07:05:51 CET 2008


I am using QWebView with a network proxy like this on Windows XP 
(VS2008) and Qt 4.5.0-beta1:

    webView->page()->networkAccessManager()->setProxy(
            QNetworkProxy(QNetworkProxy::Socks5Proxy, "localhost", 1234));

I am running a web proxy on the local machine via ssh like this: ssh -D 
1234 <myproxyhost>

The proxy works fine for Firefox and flash content, but I can't view 
flash content in QWebView.

Is this a bug?

--Dave



More information about the Qt-interest-old mailing list