(function() { function createEmbed() { var parentContainer = document.getElementById('ri7jSKqyiTGS'); if (parentContainer) { var styleElement = document.createElement('style'); styleElement.textContent = ` .h_iframe-mediacast_embed_frame { position: relative; margin:auto; } .h_iframe-mediacast_embed_frame .ratio { display: block; width: 100%; height: auto; } .h_iframe-mediacast_embed_frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0; border-radius:7px; overflow:hidden; } `; document.head.appendChild(styleElement); var embedContainer = document.createElement('div'); embedContainer.className = 'h_iframe-mediacast_embed_frame'; var spanElement = document.createElement('div'); spanElement.style.display = 'block'; spanElement.style.paddingTop = '56.25%'; var iframeElement = document.createElement('iframe'); iframeElement.src = 'https://mediacast.ir/v/s/9d218bdb-647e-4215-98a0-d31e342c3adc/NZbgT0tSbevz2wzR2P2fOlCTtolz7irv?signature=7160be16c9af17e0f00992b84ca1a12a07a7c88e2a1d946a5517a1e5db8b0aff'; iframeElement.setAttribute('title', 'video2'); iframeElement.setAttribute('allowFullScreen', true); iframeElement.setAttribute('webkitallowfullscreen', true); iframeElement.setAttribute('mozallowfullscreen', true); iframeElement.id = 'videoFrame_ri7jSKqyiTGS'; embedContainer.appendChild(spanElement); embedContainer.appendChild(iframeElement); parentContainer.appendChild(embedContainer); window.Mediacast = window.Mediacast || {}; window.Mediacast.libraryMedias = window.Mediacast.libraryMedias || {}; window.Mediacast.libraryMedias['ri7jSKqyiTGS'] = { drmTextApplied: false, api: { DRMText: function(config) { if (this.drmTextApplied) { console.warn('🚫 Forbidden. DRMText Protection already applied.'); return; } function sendMessage() { var iframe = document.getElementById('videoFrame_ri7jSKqyiTGS'); if (iframe && iframe.contentWindow) { var iframeOrigin = new URL(iframe.src).origin; iframe.contentWindow.postMessage({ type: 'SET_WATERMARK', payload: config }, '*'); this.drmTextApplied = true; return true; } return false; } if (!sendMessage()) { var checkIframe = setInterval(() => { if (sendMessage.call(this)) { clearInterval(checkIframe); } }, 500); } } } }; } } window.addEventListener('load', createEmbed); })();