Overlay Hype animation over video

I am wondering what is the best method to composite an interactive hype animation over a youtube video.

Setup your Youtube video in a rectangle (copy the embed code within the inner HTML of a rectangle). And then place your Hype animations over that rectangle (with adjustments to opacity this should work well). Keep in mind that you may need to turn on ‘Ignore Pointer events’ on your Hype elements over the Youtube video if you want to be able to click through to the Youtube video to control playback.

If you can provide a bit more info on what you’re envisioning I can give more complete advice, but I’m not seeing any roadblocks here :slight_smile:

Additionally: If you want to use Hype to actually communicate with and control the YouTube player you need to enable and load the YouTube Player API. See …

Thanks Daniel. I will try.