Page 1 of 1
The Vimeo component won't accept Video ID dynamically.
Posted: Wed Aug 06, 2014 7:20 am
by Rowan Pollard
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?
The Vimeo component won't accept Video ID dynamically.
Posted: Wed Aug 06, 2014 8:41 am
by Maryna Brodina
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
The Vimeo component won't accept Video ID dynamically.
Posted: Thu Aug 07, 2014 3:40 am
by Rowan Pollard
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?
The Vimeo component won't accept Video ID dynamically.
Posted: Thu Aug 07, 2014 2:05 pm
by Evgene Karachevtsev
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.