WIX Video in a dynamic page

Hi
I’m trying to embed WIX Video in a dynamic page
I know that WIX Video cannot be defined in the WIX Database
Any work around suggestions how to implement that?

2 Likes

Any solution for that . I am stuck there too… I think wix should provide a solution for such a simple request

Hey there!

you can add the video url in your dataset, the property must be of type URL, and the element must be of type Video Player

step by step example:

then, in visualizing it will look like this:

if you have doubts about content written in the images, just use the Portuguese (Brazil) translator

if you’re not going to use a lot of videos, you can also choose a line of code that tells you the value of a particular video.

$w('#myVideoPlayer').src = "https://www.youtube.com/watch?v=VyMsDTwge18";

or in the official documentation.

The same can also be done with the database for validations like onClick, etc.

$w('#myVideoPlayer').src = String(clickedItemData.url);

I tried following all of the steps written above and for some reason I still cannot connect the video player to the URLs! I have added the single video player onto the dynamic page (Youtube) and created the URLs in the database but when I go to connect them, I cannot select the option in the drop-down menu. What am I doing wrong?

This example here, may help you to understand alittle bit more more…
https://russian-dima.wixsite.com/meinewebsite/kopie-von-autoplay-video-list

Hi… I think I found the fix:

Add the video player, then on Connect Video Player click on “add a new collection field” chose “Address” then chose your CRM filed you want to display… see screenshots.

Good luck!

Wow, pretty crazy (zdress??) but it works! thanks!!!