Enabling Automatic Video Playback

  • iPad
  • iPhone

To optimize time and prevent errors, automatic video playback helps users when presenting in front of HCPs. 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 play button to play videos.

For example, in a previous meeting, Sarah Jones presented content to Dr. Clinton Ackerman. When she navigated to a slide containing a video, Sarah had to select the screen to play the video. After the meeting, she asked her admin to enable automatic playback. In her next meeting with Dr. Adams, the slide with the video began playing automatically.

Enabling Automatic Video Playback in CLM

To enable automatic video playback for key messages with video:

  1. Navigate to Custom Settings > Veeva Settings.
  2. Select Manage.
  3. Select Edit.
  4. Select the CLM_VIDEO_AUTOPLAY_vod Veeva Setting check box.
  5. Select Save.

Configuring Automatic Video Playback with HTML

Content creators can include the autoplay attribute in the video tag of the HTML code, for example:

Copy
Example HTML code
<video control autoplay>
  <source src="movie.mp4" type="video/mp4">
  Autoplay video.
</video>