0 votes
by (2k points)
Right now I'm attempting this: <script>A.track("theme").stop;A.track('theme2').loop(true).play();</script> And similars, but they are not working.

1 Answer

0 votes
by (2k points)
Just got it. I had to put .pause instead of .stop
by (63.1k points)
It's stop() with parens. Pause can also work, but it's not a true stop.
...