Managing Automatic Video Playback
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?
- CRM Desktop (Windows), iPad, iPhone Users
- Users do not require an additional license
- Content Creator Users, End Users
Configuring Automatic Video Playback in CLM

To configure this feature, ensure Configuring CLM is complete.

To configure this feature:
- Ensure Configuring CLM is complete.
- Navigate to Business Admin > Objects > Veeva Settings (veeva_settings__v).
- Select the appropriate veeva_settings__v record.
- Select Edit.
- Select the clm_video_autoplay__v Veeva Setting check box.
- Select Save.
Using the autoplay Attribute in HTML Content as

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
Example HTML code
<video control autoplay>
<source src="movie.mp4" type="video/mp4">
Autoplay video.
</video>
Automatically Playing Videos as

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.