After a lot of attempts got this to work:
var vid = $("<video autoplay width='768' height='594'>" +
"<source src='back_new.mp4' type='video/mp4'/>" +
"</video>");
sym.$("vid_down").append(vid);
but loop is not working... any thoughts?
After a lot of attempts got this to work:
var vid = $("<video autoplay width='768' height='594'>" +
"<source src='back_new.mp4' type='video/mp4'/>" +
"</video>");
sym.$("vid_down").append(vid);
but loop is not working... any thoughts?