Audio Autoplay with Pipe Structure | XM Community
Skip to main content

Hi!
I am creating a survey with audio elements. I just want to auto-play the audio for initial presenting, but not auto-play when piped to other pages. Is there any script that could help to make this work? For the initial auto-play, I used the  "autoplay=true" statement for the audio in the Html script.
Thanks!
Lei

Thankfully, you can can't autoplay an audio/video file till the user has interacted with your page. Otherwise the web would be a pretty horrible place.
Before the audio file, add a button which asks them to open the instructions or something like that.


Leave a Reply