`; // Create a blob URL for the iframe var blob = new Blob([iframeContent], {type: 'text/html'}); var blobUrl = URL.createObjectURL(blob); // Replace player with iframe playerContainer.innerHTML = `
`; // Set a timeout to offer direct link if this approach also fails setTimeout(function() { offerDirectHLSLink(); }, 10000); // Give it 10 seconds to work } // iOS specific fallback with simplified player function showIOSFallback() { var player = document.getElementById('player'); player.innerHTML = `
`; // If this also fails, offer direct link var iosFallbackVideo = document.getElementById('iosFallbackVideo'); if (iosFallbackVideo) { iosFallbackVideo.addEventListener('error', function(e) { offerDirectHLSLink(); }); } } // Last resort: offer direct link to HLS stream function offerDirectHLSLink() { var player = document.getElementById('player'); if (!player) return; player.innerHTML = `

We're having trouble playing this video on your device.

Please try opening it directly in Safari:

Open in Safari

After clicking, you may need to tap play in Safari.
For best experience, use Wi-Fi connection.

`; } // Function to show only direct link when all else fails function showDirectLinkOnly() { var player = document.getElementById('player'); player.innerHTML = `

Unable to play this video

Your browser doesn't support HLS playback.

`; } // Start the player initialization document.addEventListener('DOMContentLoaded', function() { // Delay the player initialization slightly to ensure libraries are loaded setTimeout(initializeHlsPlayer, 100); }); // Backup initialization if DOMContentLoaded already fired if (document.readyState === 'complete' || document.readyState === 'interactive') { setTimeout(initializeHlsPlayer, 100); }
In Search of Darkness: Part II poster

In Search of Darkness: Part II (2020)

2020 N/A N/A

The follow-up to In Search of Darkness (2019) dives deeper into the practical-effects decade of '80s horror movies with all-new interviews from genre icons and industry experts alongside the original cast.

Director: David A. Weiner
Writer: David A. Weiner
Cast: Nancy Allen, Tom Atkins, John Bloom

Genres