Hi,
You can do as follows:
- Insert an audio object into the slide, set it autoplay and initial hidden.
- Add an additional timeline, and an appear effect of the audio object to that timeline.
- Use
prez.startTimeline('timeline name');to start the timeline. It’ll play the audio.
You can also use only JavaScript as mentioned in this thread:
Regards