This question has been posted a number of times on this thread, but there don't seem to be many of them getting answers. We're now running into a similar issue.
Autoplay is disabled.
Trigger is set. Play/Pause toggle action applied to object.
click
if (sym.$("HCMusic_v2")[0].paused) {
sym.$("HCMusic_v2")[0].play();
} else {
sym.$("HCMusic_v2")[0].pause();
}
sym.play("START");
Please advise.