(function() { if($("#tv-spoox2").length){ setTimeout(function(){ const jwScript = document.createElement("script"); jwScript.src = "https://content.jwplatform.com/libraries/hDZaZjnc.js"; jwScript.onload = function() { const tvSpooxDiv = document.getElementById("tv-spoox2"); const vastDiv = document.createElement("div"); vastDiv.id = "vast"; tvSpooxDiv.prepend(vastDiv); jwplayer.key = 'Y8nORY7CUY5RnlN/f8onh+AXI1ZWodkujMJAXBwpcAnDG5N4'; const player = jwplayer("vast").setup({ file: "https://github.com/esc0rtd3w/blank-intro-videos/raw/refs/heads/master/blank_ISMA.mp4", width: "100%", height: "100%", mute:false, autostart: false, advertising: { client: "vast", schedule: [ { tag: "https://z.cdn.trafficbass.com/load?o=v&z=2038373513&random=[random]", offset: "start" } ] } }); let adCount = 0; const cleanup = () => { adCount++; if (adCount >= 1) { player.remove(); vastDiv.remove(); } }; player.on('adSkipped', cleanup); player.on('adComplete', cleanup); // 🚨 VAST reklam yüklenemezse player'ı sil player.on('adError', function(error) { console.error("VAST reklam hatası:", error); player.remove(); vastDiv.remove(); }); }; document.head.appendChild(jwScript); }, 300); } })();