Rowan Pollard
Posts: 0
Joined: Wed Jul 16, 2014 2:03 am

The Vimeo component won't accept Video ID dynamically.

Hi,
Im having trouble with the Vimeo component. Im trying to input the Video ID property dynamically via a database query. But instead of concatenating the Video ID with the Vimeo url, it displays it as a separate property. Any ideas?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

The Vimeo component won't accept Video ID dynamically.

Hello!

Unfortunately it is a bug, we will report it. As a workaround set src attribute for vimeo component using JS preAppery("vimeoName").attr("src", "http://player.vimeo.com/video/"+value+"?color=00adef")/pre

Rowan Pollard
Posts: 0
Joined: Wed Jul 16, 2014 2:03 am

The Vimeo component won't accept Video ID dynamically.

Hi Maryna,

Am i able to set value as a column for the database or as a variable? Or does it have to be a static number?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

The Vimeo component won't accept Video ID dynamically.

Hello Rowan,

You can put anything in value. Or you may add code to the mapping, then the value will automatically come into mapped value.

Return to “Issues”