Well, well…
Windows 10 is killing me. I have scoured the forum and nothing seems to help.
Whenever I try to load a YouTube video into an HTMLViewer, all I get is a black screen. All my app help is with YouTube videos.
I’ve tried changing the render to webkit/native, I’ve tried every conceivable combination of LoadUrl strings
The dumb thing is that in Mac, it works perfectly… here’s the Mac code:
HTMLViewer1.LoadURL(“https://youtube.com/embed/Rv57s3wPdp0”)
When I try and do this on a Windows machine, I get just a back htmlviewer… is there a fix for this?
if I try
HTMLViewer1.LoadURL(“https://youtube.com/v/Rv57s3wPdp0”)
I get a message
Flash-embedded videos are no longer supported but you can still watch this video on YouTube
The funny thing is that, on windows, this all used to work!