Hi,

Upon upgrading to PyQt 4.9.1 Python 2.7 Win 32 bit from PyQt 4.8.6-1, audio 
tags in QWebview no longer work:

import sys
from PyQt4 import QtWebKit, QtGui
 
a = QtGui.QApplication(sys.argv)
w = QtWebKit.QWebView()
w.setHtml("audio test<audio src='file:///C:/test.mp3' controls autoplay>")
w.show()
a.exec_()

The control is not displayed, and there is no sound to be heard...

This is probably related:

https://bugreports.qt-project.org/browse/QTBUG-22883

Since PyQt seems to bundle its own version of Qt, I was wondering if it's 
somehow possible for PyQt to fix this without waiting for a new Qt release?

Thanks for looking into this!

Peter
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to