Source: https://vaultcrmhelp.veeva.com/doc/Content/CRM_topics/Multichannel/CLM/ManagingMediaPlayer/VideoPlayback.htm

## Managing Automatic Video Playback

* Object Model

To optimize time and prevent errors, content creators can make videos embedded in HTML content play immediately after loading. End users can focus on presenting content to HCPs without the disruption of manually playing videos.

**Who can use this feature?**

* Content Creator Users - Browser
* [Use the autoplay attribute in HTML content](#Using)
* End Users - CRM Desktop (Windows), iPad, iPhone
* [Automatically play videos](#Autoplay)
* Users do not require an additional license

### Configuring Automatic Video Playback in CLM

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)Content Creator Users](#)

To configure this feature, ensure [Configuring CLM as Object Model](../ConfiguringCLM/CLMBasicConfig.htm) is complete.

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)End Users](#)

To configure this feature:

1. Ensure [Configuring CLM as Object Model](../ConfiguringCLM/CLMBasicConfig.htm) is complete.
2. Navigate to **Business Admin > Objects > Veeva Settings** (veeva\_settings\_\_v).
3. Select the appropriate **veeva\_settings\_\_v** record.
4. Select **Edit**.
5. Select the **clm\_video\_autoplay\_\_v** Veeva Setting checkbox.
6. Select **Save**.

### Using the autoplay Attribute in HTML Content as

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)Content Creator Users](#)

Content creators can include the autoplay attribute in the <video> tag of the HTML code to make the video automatically play when loaded. For example:

[Copy](javascript:void(0);)

Example HTML code

```
<video control autoplay>
  <source src="movie.mp4" type="video/mp4">
  Autoplay video.
</video>
```

### Automatically Playing Videos as

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)End Users](#)

When a user swipes to a Key Message with a video, the video begins to play immediately. If disabled, users must select the screen or the play button to play videos.

### Related Topics

[Managing Swipe Sensitivity for Slide Navigation](SwipeSensitivity.htm)

[Disabling User Actions for Key Messages](DisableActions.htm)

[Fading Out CLM Content](ConcealContent.htm)
