The Video Interactive Won't Load In Application Using Youtube URL or The Other
Because It's not a video file url but It's a website that can play the video. So you have to set it with the address url of your video.
you can check on this link
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Controls/Video
Hi Marvin,
This component that you are trying to use is only for videos from some directory:
to play a youtube video in your app you can do it as follows:
note that in your app you must add "/ embed"
Service Studio: "https://www.youtube.com/embed/NK52V8X0-6M"
Browser youtube: https://www.youtube.com/watch?v=NK52V8X0-6M
.OML in attachment.
Hope it's help.
Regards.