# Video - How to Control Programatically

**URL:** https://community.weweb.io/t/video-how-to-control-programatically/16309
**Category:** Ask us anything
**Created:** [February 6, 2025, 12:31pm UTC](https://community.weweb.io/t/video-how-to-control-programatically/16309 "2025-02-06T12:31:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nicolasgaler](https://avatars.discourse-cdn.com/v4/letter/n/c68b51/32.png) [@nicolasgaler](https://community.weweb.io/u/nicolasgaler)
#### Post date: [February 6, 2025, 12:31pm UTC](https://community.weweb.io/t/video-how-to-control-programatically/16309/1 "2025-02-06T12:31:35Z")

</div>

Hey!

I was wondering how to control a video component programatically.  
I want to be able to pause, mute and go back to start. Let’s say, from 3 different buttons (but not the built in controls)

I can’t find a way to do it from weweb.

Thanks!  
Nico

---

<div class="post-metadata">

### Author: ![DanielL](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/daniell/32/13398_2.png) [@DanielL](https://community.weweb.io/u/DanielL)
#### Post date: [February 6, 2025, 12:34pm UTC](https://community.weweb.io/t/video-how-to-control-programatically/16309/2 "2025-02-06T12:34:53Z")

</div>

Hi, have you checked component actions? [Execute component action | WeWeb Documentation](https://docs.weweb.io/workflows/actions/execute-component-action.html)

---

<div class="post-metadata">

### Author: ![nicolasgaler](https://avatars.discourse-cdn.com/v4/letter/n/c68b51/32.png) [@nicolasgaler](https://community.weweb.io/u/nicolasgaler)
#### Post date: [February 6, 2025, 1:01pm UTC](https://community.weweb.io/t/video-how-to-control-programatically/16309/3 "2025-02-06T13:01:53Z")

</div>

Thanks, that was ok, but it doesnt have mute, so i did it with a custom HTML block
