# Hide Video controls on Wowza player javascript

**URL:** https://community.wowza.com/t/hide-video-controls-on-wowza-player-javascript/50580
**Category:** Wowza Streaming Engine
**Tags:** wowza-player-javascript-api
**Created:** [January 16, 2018, 7:59am UTC](https://community.wowza.com/t/hide-video-controls-on-wowza-player-javascript/50580 "2018-01-16T07:59:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Hunain\_Arif](https://avatars.discourse-cdn.com/v4/letter/h/4491bb/32.png) [@Hunain\_Arif](https://community.wowza.com/u/Hunain_Arif)
#### Post date: [January 16, 2018, 7:59am UTC](https://community.wowza.com/t/hide-video-controls-on-wowza-player-javascript/50580/1 "2018-01-16T07:59:10Z")

</div>

Can i hide the control bar on wowza embedded player? i need to control the playback programmatically using the javascript api’s and not allow the user to control it.

---

<div class="post-metadata">

### Author: ![Stuart\_Gunn](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@Stuart\_Gunn](https://community.wowza.com/u/Stuart_Gunn)
#### Post date: [January 16, 2018, 10:32pm UTC](https://community.wowza.com/t/hide-video-controls-on-wowza-player-javascript/50580/2 "2018-01-16T22:32:27Z")

</div>

Not sure about the Wowza embedded player, but I have managed this in JW player with both APIs and JS hacks. Note it won’t work for all devices as some use their own player (iOS etc), and it won’t work for mobile devices that don’t autoplay, as the user has to manually start it.

For that though you can trigger an event on start and then hide once the user has started it manually.

---

<div class="post-metadata">

### Author: ![Rachael\_S](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rachael_s/32/416_2.png) [@Rachael\_S](https://community.wowza.com/u/Rachael_S)
#### Post date: [December 19, 2018, 1:53pm UTC](https://community.wowza.com/t/hide-video-controls-on-wowza-player-javascript/50580/3 "2018-12-19T13:53:58Z")

</div>

With the release of Wowza Player version 1.1.14, you can hide all elements of the UI or any one of them using configuration properties.

From the release notes: ([https://www.wowza.com/docs/latest-wowza-player-updates](https://www.wowza.com/docs/latest-wowza-player-updates))

- To hide or show elements in the player user interface, added new configuration properties, uiShowSeekBar, uiShowVolumeControl, uiShowPlaybackControls. You can now hide the entire player user interface or any element of the user interface with a full set of UI configuration properties, including existing properties uiShowQuickRewind, uiShowFullscreen, and uiShowBitrateSelector.

Add these properties to your embed code and set them to false to hide a specific UI element.
