Forum Discussion
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 just a cool trick, and not a built in feature of Storyline 2.
Publish your course, open the story.html file with Notepad, scroll to the bottom and add this code
<audio src="YOURAUDIOHERE.mp3" preload="auto" autoplay loop></audio> with a space before the </body> and place your audio file into the published output folder and there you go. That is it.
Here is an example, http://bit.ly/1sy5dkV and the output folder is attached.
Have fun!
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!
- AmyLeeloCommunity Member
Hi Matthew,
Do you have a fix for this?
Thanks:)
- OwenHoltSuper Hero
see my fix above.
- TerryArthur1Community Member
- NiteshKumar-34eCommunity Member
Hi Nitesh,
Due to some changes in the published output based on Storyline 3 and 360's shift to allow for HTML5 first/only publishing it changed the way this workaround behaved. Owen shared an example that worked for him in Storyline 3 - is that the one you were using?
- JanicePericichCommunity Member
It seems with all the interest in having a feature like this that the developers would be working to add it to 360.
Hey Daniel - I'm sure that Owen is probably still subscribed to the thread here, but you are certainly welcome to reach out to the user directly via the 'Contact Me' option on the user profile if you do not hear back soon.
Hi Andrea,
Try making the changes in the published output folder once it's finished publishing in Storyline and don't close down the Publish successful window in Storyline - using the zip button there often works better than manually zipping it.
- WilsonSantiago1Community Member
I cant get this to work in Storyline 3 for some reason. Worded fine in Storyline 2.
Hi Wilson,
Emily's original code does not work in SL3/360 based on changes made to the publishing engine, but you may want to take a look at the example shared by Owen earlier to use the Javascript. I linked back to one of his examples here.
- WilsonSantiago1Community Member
Thanks for the update.
- ChristopherK929Community Member
Original requests for this feature go back 5 years. A couple years ago Emily finally comes up with a work around to make up for Articulate's lack of development of desired features. Then you break the work around with the new release? Frankly, someone over there isn't thinking.
Just give us the damn feature already.
- JanicePericichCommunity Member
Agreed. I see more emails about this topic than any other.
- MandanaMovahediCommunity Member
This is great! Thank you for sharing.