Hi, I'd like to continue my question. I imported my video as a resource (gave it "isAnonymous" permissions) and use the custom HTML with the following code (field "Custom HTML"):
<p>BIENVENUE SUR NOTRE PAGE D'INTRODUCTION</p>
<iframe src="https://xxx.cloud.joget.com/jw/web/app/60xxxx6/resources/myvideo.mp4"
width="300" height="200" frameborder="0" allowfullscreen></iframe>
<p>2e tag</p>
<video width="320" height="240" controls>
<source src="https://xxx.cloud.joget.com/jw/web/app/60xxxx6/resources/myvideo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
I see the video, but it's never loaded and I cannot play the video (see image attached)
Why isn't loading my video? I'm trying 2 tags. Thanks!
