Start video playback at a certain point in the page swipe

I’ve created a paging group where each page has a video that I’d like to start playing when you reach that point in the paging sequence. Similar to what Matt describes here, but using a video instead of a component with its own internal animations:

It looks like all of the videos in the group start playing when the artboard is loaded. How can I start playing a video only when it becomes visible in the paging sequence?

Tried the “media time” property with a driver, but that seems to tie the timing to the paging movement itself rather than when a page is reached. Working on a prototype in the next day and would love any advice!

Thanks!

you could use a hover event in a portion of the scroll area to trigger a component containing a video to switch to an artboard where the video is playing.

Daniel, thanks so much! Actually we had used that trick on desktop for a bit, but now I’m trying to replicate the same behavior on mobile.