> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.1/toolbox/events/media/onmediaplay.md).

# On Media Play

## Overview

![The On Media Play Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-edad8d8b8b332e1ca80bd92f14efe97eddc3221a%2Fonmediaplay.png?alt=media)

**On Media Play** is an **Event Listener Node** that gives the user a way to trigger a **Logic Branch** when a media **Object** starts. Media in **Incari** is either a [**Video**](/incari-studio/2023.1/objects-and-types/scene-objects/video.md) or [**Audio**](/incari-studio/2023.1/objects-and-types/scene-objects/audio.md).

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The media **Object** that triggers the **Logic Branch** on playing.                |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## Outputs

| Output             | Type         | Description                                                                                                                            |
| ------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**    | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Object ID`        | **ObjectID** | The media **Object** received as **Input**.                                                                                            |

## See Also

* [**On Media Finish**](/incari-studio/2023.1/toolbox/events/media/onmediafinish.md)
