PDA

View Full Version : QNetworkAccessManager is ignored for HTML5 <audio> resources?



ArmanS
24th June 2011, 23:40
Hi there,
I've been using QNetworkAccessManager/QNetworkReply to load in-memory images into QWebPage, and it is working fine. But cannot do the same for <audio> HTML5 tags. Seems QWebPage just ignores QNetworkAccessManager when loading audio resources (i.e. QNetworkAccessManager::createRequest is not getting called) ...
Anybody has any clues as to why it doesn't work?

Thanks!

palodequeso
19th January 2013, 19:27
Did you ever figure anything out with this? I'm still at a loss.