Extras
var iframe = document.querySelector('iframe')
iframe.contentWindow.postMessage("playerPlay", "*")var iframe = document.querySelector('iframe')
iframe.contentWindow.postMessage("playerPause", "*")var iframe = document.querySelector('iframe');
iframe.contentWindow.postMessage("playerStop", "*");var iframe = document.querySelector('iframe');
iframe.contentWindow.postMessage("playerMute", "*");Last updated