> 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/2022.2/toolbox/events/media/onmediaplay.md).

# On Media Play

## Overview

![The On Media Play Node.](/files/kV1honibgfEiVDNaV8OK)

**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/2022.2/objects-and-types/scene-objects/video.md) or [**Audio**](/incari-studio/2022.2/objects-and-types/scene-objects/audio.md).

[**Scope**](/incari-studio/2022.2/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/2022.2/toolbox/events/media/onmediafinish.md)
