Enabling Automatic Video Playback
To optimize time and prevent errors, content creators can make videos embedded in HTML content play immediately after loading. This helps users when presenting in front of HCPs by enabling them to avoid playing videos manually.
Who can use this feature?
- iPad, iPhone, Windows 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.
- Select the clm_video_autoplay__v Veeva Setting check box.
Using the autoplay Attribute in HTML Content

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>

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.