2006-08-02, 12:39 PM
djdafreund Wrote:You could check out the YouTube python Script from the xbmc script site. It is a script that shows the full list (all kinds of selectable options for choices and search,etc. though.) and see since python scripting is universal somewhat. It mightbetter show how it is handled, since it show video's just fine on the tv, using xbmc. It could possibly help find an answer.
If that doesn' help. Sorry, i tried.
Actually, I figured out the YouTube displaying part in no time at all. I simply dropped in a WebBrowser object, set the form to full screen, set the WebBrowser object to the same size as the form, and set the URI to the fullscreen YouTube URL (which I scraped from the HTML source).
So, that was entirely too easy. The interface is what I'm working on now, and that's tricky.