Jump to content
  • 0

How to Display Video on Details Page


SunnyB

Question

7 answers to this question

Recommended Posts

  • 0

Hello,

The users can upload the video files in Caspio. And then on the details page you can refer to those files as links - users can click on the link to see/play the video.

"To display the image/file, select Form element as “Display Onlyâ€. If it is an image you could choose Display as Image and if it is a file, choose Display as File or you could select “Auto-detect†to detect automatically if it is an image or file."

Hope this helps.

Best,

SO

Link to comment
Share on other sites

  • 0

Hi, just to update this post. I also have the same issue before, I believe that Caspio can save a video file in the table (Single file upload via DataPage submission is 50 MB) but it will not or cannot be played in the DataPage once you play it because I think they don't have a player for that. But you may try this code that I get from this link: 

 

<video width="400" controls>
  <source src="[@field:Video_File/]" type="video/mp4">
  Your browser does not support HTML5 video.
</video>
Link to comment
Share on other sites

  • 0

If you're using a video from Youtube you can create an HTML BLOCK and put the embed code there. To get the embed code from youtube, you just need to right click on the video and select the "copy embed code". Copy that piece of code to your HTML BLOCK and it would look like you're watching a youtube clip directly from your DataPage with full control.

 

image.png.621441012f6d4542f217a8c0d11aa400.png

 

Embed code sample:

<iframe width="1904" height="721" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...