Autoplaying videos with a 5 seconds delay | XM Community
Skip to main content
Solved

Autoplaying videos with a 5 seconds delay

  • January 10, 2019
  • 1 reply
  • 345 views

We want videos to autoplay after a 5 seconds delay to avoid video loading problems. Does anyone know how we can include this in an html code? We are using videos from the Qualtrics library (we cannot use YouTube videos because the content is confidential). Thank you for your help!

Best answer by LibertyW

I would suggest using JS to play the video OnReady so the page is loaded when it plays. Just adding a delay won't guarantee video load time as browsers/ internet speeds/ and devices can differ.

1 reply

LibertyW
Level 3 ●●●
Forum|alt.badge.img+5
  • Level 3 ●●●
  • Answer
  • January 10, 2019
I would suggest using JS to play the video OnReady so the page is loaded when it plays. Just adding a delay won't guarantee video load time as browsers/ internet speeds/ and devices can differ.