# Playing shared media

You control the playback of shared videos through use of the `Play Shared Screen Video` IFX. The position and length of the container on the timeline determines when the video will begin to play and how long it will play for.

## Adding a shared media controller

1. If the timeline view isn't active in the editor panel, select the timeline icon (<img src="/files/27TqEemJlgqsBCre7AcG" alt="" data-size="line">).
2. From the panel on the left-hand side, select <img src="/files/IoOEPZLPOKWyDb5ynAZd" alt="" data-size="line"> **IFX**.
3. On the IFX library page, in the search field, enter `shared`, and then select the search icon.
4. Select the **Play Shared Screen Video** IFX.
5. Place the IFX in the environment. The location of the IFX within the environment isn't important.

## Play Shared Screen Video effect options

For instructions on how to access effect options, see [Effect options](/engage/experience-editor/working-with-objects/effect-options.md). For the the Play Shared Screen Video IFX, the effect options include the video source and playback settings.

![Play Shared Screen Video effect options](/files/5BW4IOO8bZH0x73m2YiX)

| Option                  | Description                                                                                                                                                                                                                                                                                                                               |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Video URL**           | <p>The URL of the video to play. We recommend that you place videos on a server that you control.<br><br>You can use a YouTube URL, but access is not guaranteed. For example, if the owner removes the video, or there is a change to the YouTube API that requires an update to the ENGAGE application, your experience will break.</p> |
| **2D Video / 3D Video** | Select whether the video is 2D or 3D.                                                                                                                                                                                                                                                                                                     |
| **Loop**                | Select this check box to loop the video.                                                                                                                                                                                                                                                                                                  |
| **Playback Start**      | <p>The number of seconds to skip from the start of the video.<br><br><strong>Note</strong>: If you set the video to loop, each loop after the first play through starts at the beginning of the video.</p>                                                                                                                                |
| **Volume**              | The volume of the video's audio, as a percentage between 0 (mute) and 100 (maximum).                                                                                                                                                                                                                                                      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.engagevr.io/engage/experience-editor/videos-and-screens/playing-shared-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
