Question
Why the video changes the sound when adding the autoplay alternative through html
Hello!
I have one survey in which I have a video displayed. The video and sound of it work perfectly good. So then, I added a div in html to not allow respondents to pause or mute the video. This also meant, I had to add the autoplay option (as they wont be able to click on play). However the video now sounds with eco, like if they were 2 videos running at the same time with some seconds of difference. Does anybody know why this happends? This is the new code with the div:
div style="height=40px;width=1280px;pointer-events:none;">
video autoplay="true" class="qmedia" controls="true" height="720" preload="auto" width="1280">
source src="MY VIDEO SOURCE">
embed align="middle" autoplay="false" bgcolor="white" class="qmedia" controller="true" height="720" pluginspage="http://www.apple.com/quicktime/download/" src="MY VIDEO SOURCE" type="video/quicktime" width="1280"></video>
/div>
Thank you in advance!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
