Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Play videos consecutively

$
0
0

I've created a presentation that contains a bunch of photos and three videos that uses previous and next button navigation. Currently the videos play through once and then stop at the end. I'd like it to continue to the next video and play that without having to use the next button.

 

This is what I have on each of the video frames:

 

 

sym.stop();

 

var container = sym.$("vid_box1");

 

container.html("<video width='682' height='450' controls  autoplay >" +
"<source src='video/holiday06scaled.mp4' type='video/mp4' />" +
"<source src='video/holiday06scaled.webm' type='video/webm' />" +
"<source src='video/holiday06scaled.ogv' type='video/ogg' />" +
"</video>");

 

 

Thanks!


Viewing all articles
Browse latest Browse all 9897

Trending Articles