(function() { function createEmbed() { var parentContainer = document.getElementById('1uxTrcbuaLhN'); 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/9b7dd295-e0bd-488c-b156-09d89f915dda/1r3DTN3TsE2Si1SfUZGDcPfKgJWHBmyt?signature=0b3355d67d428a87a49b68393eccc2374756cd93ff4ed00bc01084a672e21624'; iframeElement.setAttribute('title', 'سخنرانی'); iframeElement.setAttribute('allowFullScreen', true); iframeElement.setAttribute('webkitallowfullscreen', true); iframeElement.setAttribute('mozallowfullscreen', true); iframeElement.id = 'videoFrame_1uxTrcbuaLhN'; embedContainer.appendChild(spanElement); embedContainer.appendChild(iframeElement); parentContainer.appendChild(embedContainer); window.Mediacast = window.Mediacast || {}; window.Mediacast.libraryMedias = window.Mediacast.libraryMedias || {}; window.Mediacast.libraryMedias['1uxTrcbuaLhN'] = { drmTextApplied: false, api: { DRMText: function(config) { if (this.drmTextApplied) { console.warn('🚫 Forbidden. DRMText Protection already applied.'); return; } function sendMessage() { var iframe = document.getElementById('videoFrame_1uxTrcbuaLhN'); 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); })();