I decided to move from buzz.js to the EDGE Commons soundJS method because of odd mixed results on IOS, even when triggering the sound from a click...
But I am having issues referenceing the EC.Sound.play("jazz2"); from a nested sym
sym.assetsPath = "media/";
EC.Sound.setup(
[
{src: sym.assetsPath + "Jazz.mp3|" + sym.assetsPath + "Jazz.ogg", id: "jazz2"}
],
function(){ EC.info("Sound setup finished", "DEMO"); }
);
Anyone have any thoughts on how to do this?
THX