Video Background URL

I have and issue with video backgound. If I add like this

<div is="dmx-background-video" id="bgvideo1" src="https://player.vimeo.com/progressive_redirect/playback/811896355/rendition/720p/file.mp4?loc=external&amp;log_user=0&amp;signature=9566039cb50371e882b702a1d0207a5d77b9caad5fd6199ce4b7535f8aeda72c">

Works perfect

If I add the value to a Server Connect and bind it :frowning:

<div is="dmx-background-video" id="bgvideo1" dmx-bind:src="videoBack.data.video_name">

it displays like video src NULL

in the console the info seems good.

Do I need to scape the string or something?

Regards

Probably a timing issue, try the technique I used below to defer the video from rendering in the DOM until the data is ready

@patrick do you have a chance to take a look to this?

Are you using stable or beta channel?

Stable.

We don’t update the stable anymore, the beta already has a fix.

The new beta will not work with the stable version of App Connect, so have here an updated version which you may try: dmxBackgroundVideo.js.zip (2.1 KB)