I am creating a PyQt Youtube player using the JavaScript player API. I used QWebView to load the url
http://www.youtube.com/e/VIDEO_ID?version=3&a开发者_Python百科mp;enablejsapi=1
The problem I face is that full screen button is not working for this. How do I overcome this?
精彩评论