Forum Discussion
JamesWHenry
3 years agoCommunity Member
Articulate Storyline 360- Music across specific slides - how to stop it?
Hi all.
I know there have been a couple of threads on this topic. The ones I see are more than a couple of years old, from what I can tell, so I am hoping to get a 2022 perspective if possible. I ...
MathNotermans-9
3 years agoCommunity Member
I suspect your path to the mp3 is false and Storyline cannot find it when added to TalentLMS.
Do add some console.log() messages into your code and test those on TalentLMS to see whether your path works.
For example here:
audioNode.src = "story_content/audio_files/" + audioFileName;
console.log("source is: "+audioNode.src);
Make a habit of using the console to debug your code. And learn a bit of Javascript if you use it. Especially how to debug your code. Sharing your .story also helps.
Related Content
- 8 months ago
- 11 months ago