Solved
Automatically Playing Sound
Hi all! I am looking for a way to play the audio file as soon as the slide is loaded (without requiring individuals to click on play). But, I do not want the slide to advance automatically. I just need the audio to play automatically.
I found answers to similar questions from June, November, and September and none of them are working for me. Is it possible the javascript for playing audio automatically on load is not working anymore? I'm using the Google Chrome web browser.
Any help is appreciated! Thank you in advance!!
Best answer by Anonymous
Hello @AOG ,
Please use the below code if your URL has audio extension at the end
`<audio autoplay controls><source src="Audio_URL" type="audio/*" /> Your browser does not support the audio element.</audio>`
Please use the below code if your audio is uploaded in qualtrics library
`<embed autostart="true" height="90" hidden="true" loop="false" src="YOUR_AUDIO_SOURCE_URL" width="180"></embed>`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
