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!
EdwardJassin-54
6 years agoCommunity Member
Hi All, If I am using the below JavaScript to play an audio file for background music, what would I need to do to make sure it loops continuously?
Using SL360...not working when I edit code <audio src="YOURAUDIOHERE.mp3" preload="auto" autoplay loop>
var audio = new Audio('jazz1.mp3');
audio.play();