[Qt-interest] QWebView and flash with a Network Proxy
Sebastian Fischer
creat at gmx.net
Sat Dec 20 12:29:27 CET 2008
Hi,
you most likely have some kind of proxy type issue. I really haven't
used it in ages, but I think ssh -D starts a socks 4 proxy, doesn't
it? not a socks 5?
Well, just a thought, maybe it helps to find the solution :)
Bye,
Sebastian Fischer
on 20.12.2008 at 07:05 you wrote:
> 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
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list