# On Video Play

## Overview

![The On Video Play Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-d9ba578724a190d94638e536f26e40cbee1fd818%2Fonvideoplayupdatedimage.png?alt=media)

**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**](https://docs.incari.com/incari-studio/2022.1/overview#scopes): **Scene**, **Prefab**.

## Attributes

![The On Video Play Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-293b94a2445e4aa2f41d6e2bf8a9025550fb00aa%2Fonvideoplayattributes.png?alt=media)

| 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**](https://docs.incari.com/incari-studio/2022.1/toolbox/events/video/onvideofinish)
* [**Video**](https://docs.incari.com/incari-studio/2022.1/toolbox/events/video)
* [**Events**](https://docs.incari.com/incari-studio/2022.1/toolbox/events)
