# Sandbox.MovieMaker.MoviePlayer.Play

## Overload 1

```csharp
void Play()
```

Play the current movie from the start.

## Overload 2

```csharp
void Play(MovieResource movie)
```

Play the specified movie from the start.

### Parameters

- `movie` (`MovieResource`): Movie resource to play.

## Overload 3

```csharp
void Play(IMovieClip clip)
```

Play the specified clip from the start.

### Parameters

- `clip` (`IMovieClip`): Movie clip to play.

Declared in [Sandbox.MovieMaker.MoviePlayer](/api/Sandbox.MovieMaker.MoviePlayer).
Assembly: `Sandbox.Engine`.
