How to play video as splash screen

Hi!

I would like to know how I go about making a video my games splash screen. I haven’t found anything online on the subject, and I tried using media.playVideo in the games menu createScene function, but it opens iPhones (or androids, depending on what you’re using) video player, and that’s not exactly what I wanted, since the pause and skip controllers show up on screen blocking the view of the video. Any suggestions?

thanks :slight_smile:

Ok, so I found the answer a few seconds after I asked the question. Since I haven’t found anything about this on the internet I thought I’d leave this question up as a reference for people who might have this doubt in the future.

What I did to solve it was call

media.playVideo ("movie.mov, false)

on the menus createScene, where false refers to whether the video controls should appear :slight_smile:

Ok, so I found the answer a few seconds after I asked the question. Since I haven’t found anything about this on the internet I thought I’d leave this question up as a reference for people who might have this doubt in the future.

What I did to solve it was call

media.playVideo ("movie.mov, false)

on the menus createScene, where false refers to whether the video controls should appear :slight_smile: