<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">Hello,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Currently plugin factory contains workaround for flash (returning QWebView instead of 0). What bug does it exactly works around?<br>
If it is video player embedded from youtube showing just controls but no video (testcase: http://www.webscription.net/s-108-david-weber.aspx ) then attached patch contains alternative solution.<br>
The problem is that QNetworkManager (and maybe flash plugin) expects to handle redirects itself, but KIO internally fetches destination URL instead.<br>
The patch makes KNetworkReply emit finish()  and kill the KIO job upon redirect. <br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>