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

Struggling With the VIDEO TAG (loop)

$
0
0

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?


Viewing all articles
Browse latest Browse all 9897

Trending Articles