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...