How to integrate a video in a form

Confluence User - 03 Apr, 2019

Hello,

I am very new to the platform and I feel very excited about it. I need to integrate a video in my user IDs, ideally as a hyperlink. Haven't find a way yet. Thanks!

userviews;forms

3


04 Apr, 2019
confluenceUser
1
confluenceUser

This seems to be a custom requirement. There's an easy way to do this!

You can host content in Joget by uploading your videos as Resources in your app. You will then have access to it via the provided URL or hash variable.

Have a good day!

04 Apr, 2019
confluenceUser
confluenceUser

Thanks a lot!

07 Apr, 2019
confluenceUser
confluenceUser

 

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!

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print