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
change
line.loop = true;
to
line.loop = false;
but TRIGGER 2 has a problem
audio.src="Jeopardy 3 Minute music Mixdown JHenry.mp3";
why do you set the onother src path like in TRIGGER 1?
if you only want to start the audio, then
if(document.getElementById('bgSong')!=null){
var audio = document.getElementById('bgSong');
audio.play();
} else {
console.error( "audio not defined" );
}
should be better
BUT: are both TRIGGER on different slides?
if yes - do you have enabled "resume" on the player settings?
if yes - you have no audio, when the slide with TRIGGER 1 is not visited before TRIGGER 2 is used
Related Content
- 11 months ago
- 8 months ago