Handheld.PlayFullScreenMovie loop Video

Hi all,

Quick question which I hope someone has found the answer to…

When using the code

Handheld.PlayFullScreenMovie(“movie.mp4”, Color.blue, FullScreenMovieControlMode.Hidden, FullScreenMovieScalingMode.Fill);

How can you make it so the video will loop / start over as soon as it finishes?

Thanks in Advance

add this code
create the function update and paste the code that play the video, for me work
void Update()
{
Handheld.PlayFullScreenMovie(“movie.mp4”, Color.blue, FullScreenMovieControlMode.Hidden, FullScreenMovieScalingMode.Fill);
}