Hi
I want to use jscript to display a video in the video component.
This code that you suggest does not work and I cant find any documentation on how to do this.
var vid = "https://api.appery.io/rest/1/db/files..." + filename;
Appery('video_41').attr("src", vid);
thx