Подскажите, как остановить ютубоское видео на странице, созданое тегом
Пробывал Youtube API, пока безуспешно делал так:
document.getElementById('video').contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*');
А вот сам айфрейм:
<iframe id='Youtube' class='center-block' src='https://www.youtube.com/embed/$YoutubeCode?enablejsapi=1' frameborder='0' allowfullscreen></iframe>