Call a video

Hi.
Just need to know

I would like to know: if I have a scene in unity, can I show a video and then return to another scene in unity.

In other words, to call a video on unity scene, and then go to another scene ( or same scene ) ?

is this possible?
how?

Greetings and thank you very much. !

I don’t think there is a direct way to run a video and specify that it should hand back to a different scene. However, you can just call Application.LoadLevel immediately after the video finishes.