Basic Video embed Dailymotion - Youtube - Vimeo
Basic Video embed Dailymotion - Youtube - Vimeo
by Bhumika107
HTML
AutoPlay for all: ?autoplay=1
<iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/x1yb0ba?controls=0&autoplay=1" allowfullscreen></iframe>
<iframe width="480" height="270" src="//www.youtube.com/embed/KrtIMD7jzYo?controls=0&autoplay=1&enablejsapi=1" frameborder="0" allowfullscreen></iframe>
<iframe src="//player.vimeo.com/video/96930933?controls=0&autoplay=1" width="480" height="270" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
JavaScript
$("iframe").hover(function(){
$("iframe").get(2).contentWindow.postMessage('{"method":"setVolume", "value":1}','*');
},function(){
$("iframe").get(2).contentWindow.postMessage('{"method":"setVolume", "value":0}','*');
})
// youtube api