Hi there,
I use the code below to autoplay a music clip, and participants will answer questions while listening to music. I would like to keep playing the same music clip without any break on the next page. That is, the music keeps playing, and participants answer questions on two separate pages while listening to the music. Currently, I put this code snippet onto these two pages, but there definitely will be a break. On the second page, the music clip will be replayed from start. What can I do to achieve that purpose? Thank you!
``
Solved
How can I keep playing audio when turning to another page?
Best answer by ahmedA
What you ask for is not possible for the simple reason that upon clicking the next button, the current page is unloaded and the next one loaded.
What you can do however is to use some JS tricks. See this demo.
Its one page, but all questions are hidden and then shown one at a time.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
