> For the complete documentation index, see [llms.txt](https://guide.assemblrworld.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.assemblrworld.com/assemblr-studio-editor/interactivity-feature/media-video-control-and-sound-effect.md).

# Media (Video Control & Sound Effect)

## How to Control Your Videos With Interactivity

{% embed url="<https://youtu.be/B_CEzxKh6X8>" %}

First off, click on your **trigger object** -> choose **Add Interactivity** -> click **Video Control**.

To make this interactivity work, make sure that your creation has at least one object and one video.

That’s because when you click or tap on an object, you can trigger the video to either **play, pause, or stop**—based on the action that you choose.

Once you’ve picked your action, you can change your action name and select the target video.

Before clicking **Apply**, make sure to also set the advanced settings. That’s it, you’re all set!

## How to Insert Sound Effects With Interactivity

{% embed url="<https://youtu.be/nKVLxCDngjE>" %}

To start with, click on your trigger object, choose **Add Interactivity**, and click **Sound Effect**.

Then, you can name this interactivity action to differ it from other interactivity actions, and click **Add Audio** to choose the sound effects (SFX).

You'll be directed to the **Audio library**, and you're free to use the SFX provided or even upload your own.

Once you've chosen the SFX, click **Place**. Then, you can do quick advanced settings to set your start time.

If you're all set, click **Apply**!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.assemblrworld.com/assemblr-studio-editor/interactivity-feature/media-video-control-and-sound-effect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
