Forum Discussion
JacksonHamner
10 years agoCommunity Member
Background Music Demo
I made a demo featuring background music that goes through the whole course (doesn't change from slide to slide). The user can chose from four songs to listen to and can adjust the volume, and the s...
charleneneale
9 years agoCommunity Member
Hi Jackson,
If i set this up, can i just make the sound loop over say 2 slides or would it be the entire project?
Thanks,
Charlene
- TaraMcCall9 years agoCommunity Member
Jackson said this earlier in this post & it worked for me.
So this trigger should stop the music from playing:
var audio = document.getElementById('bgSong');
audio.volume = 0.0;