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

Insert embedded YouTube video in edge animate with loop & autoplay

$
0
0

How can I complementthe codeto remove from youtube video thecontrol,name of thevideo andthe playbutton?

var youtube = $("<iframe/>");

sym.$ ("Video").append(youtube);

youtube.attr('type','text/html');

youtube.attr('width','500');

youtube.attr('height','300');

youtube.attr('src','https://www.youtube.com/embed/Kurh2Ave_tI');

youtube.attr('frameborder','1');

youtube.attr('allowfullscreen','0');

 

just adding

youtube.attr('autoplay','1');

youtube.attr('loop','1');

not working...


Viewing all articles
Browse latest Browse all 9897

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>