Forum Discussion
EmilyBurnett
9 years agoCommunity Member
Background Audio Cool Trick
Hi All,
Just wanted to share a way to add audio across all slides in Storyline 2 There are a few posts on here about this, and I found this method to be super simple.
**Please note that this is ...
- 2 years ago
Hello, Everyone! ✨
I'm happy to share that we have released a new update for Storyline 360 (Build 3.79.30834.0).
In this update, we have an enhancement where:
- Background audio is now supported in the published video output.
As a first step, I recommend updating Storyline 360 to the latest version. Here's how:
If you have any questions, please let us know in this thread or privately in a support case.
Have a great day!
AnnaRabasso
6 years agoCommunity Member
Hi,
Does anyone know how to make the audio stop and make it start again in the next slide?
The javascript to make the audio play worked well for me:
var audio = new Audio('myaudio.mp3');
audio.play();
But I don't know the javascript to pause it and play it again.
If anyone knows how to do it I will really appreciate it.
Thanks!