change the property "SRC" video component dynamically

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.

Hi,

the reply was sent by email.

Can you please post your response here also?
Thanks.