> 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.1/toolbox/events/video/onvideoplay.md).

# On Video Play

## Overview

![The On Video Play Node.](/files/uxLhfUhWphTe2RPcwBx5)

**On Video Play** is an **Event Listener Node** that gives the user a way to perform an action once a video begins, such as fading to black. The video can be added through the file library to the right.

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

## Attributes

![The On Video Play Node Attributes.](/files/LFtEiCpSG6tXlWc5pDqE)

| Attribute | Type         | Description                                                                                                        |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | The **Video** that triggers the **Logic Branch** on playing, if none is given in the `Object ID` **Input Socket**. |

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **Video** 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 **Video** received as **Input**.                                                                                                   |

## See Also

* [**On Video Finish**](/incari-studio/2022.1/toolbox/events/video/onvideofinish.md)
* [**Video**](/incari-studio/2022.1/toolbox/events/video.md)
* [**Events**](/incari-studio/2022.1/toolbox/events.md)
