The answer to this should translate into Python/PySide without too much
issue:
http://stackoverflow.com/questions/8703641/how-to-make-qtwebkit-see-flash
Something like this (along with the appropriate QWebSettings import):
settings = QWebSettings.globalSettings()
settings.setAttribute(QWebSettings.PluginsEnabled, True)
On 01/02/13 01:47, Wilson Gaw wrote:
i have recently created a web browser in nuke to play back tutorial but
it can't load YouTube videos. I'm using the web browser widget. Any
solution to this ?
error message " The Adobe Flash play or html5 supported browser is
required for video playback"
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
--
ben dickson
2D TD | ben.dick...@rsp.com.au
rising sun pictures | www.rsp.com.au
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python