Video sound not working | XM Community
Question

Video sound not working

  • 22 August 2019
  • 1 reply
  • 22 views

Hi, I have a video item in a loop and merge block which contains the Vimeo IDs of 195 videos. However, the sound for each video doesn't play. Below is the java script I am using, can anyone help me?:

Qualtrics.SurveyEngine.addOnload(function()
{
/*Place Your Javascript Below This Line*/
this.hideNextButton();
var that = this;
(function(){that.clickNextButton();}).delay(21);

});

1 reply

Also, I'm not sure if this is related but when I'm in the mode where I can construct questions, the box where the video is supposed to be says: "Oops!
The embed code for this video is not valid." <-not sure what this means but maybe it is a clue.

Also the HTML code for the videos is:

<iframe src="https://player.vimeo.com/video/${lm://Field/1}?autoplay=1&title=0&byline=0&portrait=0&background=1&mute=0&loop=0" width="740" height="416" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

<style type="text/css">.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton { display: none; }
</style>

Leave a Reply