Hi,
I can change the property “SRC” video component dynamically?.
example:
…
{
view: ‘video’
name: ‘video_3’
id: ‘video_3’
autoplay: true,
loop: true,
height: “30”
}
…
changeVideo function (url) {
$ $ (‘video_3’). define (“src”, url);
}
best regards.