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 ...
Jürgen_Schoene_
3 years agoCommunity Member
this javascript should stop the audio
if(document.getElementById('bgSong')!=null){
var audio = document.getElementById('bgSong');
audio.pause();
}
JamesWHenry
3 years agoCommunity Member
Hi Jürgen .
Thanks for the quick reply!
Where in this would I insert the actual audio file name? Or is it not
necessary?
James
ᐧ
Related Content
- 8 months ago
- 11 months ago