I don't think there is an automatic on/off switch. We can create it though by using variables. For example, create a variable called VarMusic. Than at start of layout, set if VarMusic = 1, play your song. Than in page that has the music on off option, just set it so that when the player turns music on, VarMusic = 1, and when they turn it off, VarMusic = 0.