Page 1 of 1

How do i display a video with the Video Component?

Posted: Tue Dec 22, 2015 6:46 am
by Deon

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