Re: Display Youtube video

2021-06-12 Thread Mark Smith via use-livecode
Hi David, Here is something I’ve tried that work pretty well. Go to your video on Youtube. Select the “Share” option, copy the link. For my video (a demo) it was https://youtu.be/6geoK-SAmb0 Then, in the browser widget url field reformat the string as follows:

Display Youtube video

2021-06-12 Thread David Bovill via use-livecode
Does anyone have any code to display a Youtube video. As far as I understand the only way to do this is to request an html embed code from the Youtube api based on the id of the video. The browser widget then could display this html. Has anyone done this and can share a code snippet? 