youtube

is is possible to get just the video from youtube WITHOUT all the rest of the webpage.

Yes.

This code in the Open event handler of an HTMLViewer dragged onto a window plays just the video (the Xojo Raspberry Pi webinar in this case):

Me.LoadURL("http://www.youtube.com/embed/JaBHU9stXOc?enablejsapi=1")

thanks paul

Could that movie now be saved as say MPEG-4?
Lennox

No, I don’t think YouTube works like that.

OK, Thanks.
Lennox