Skip to content

Instantly share code, notes, and snippets.

@cacheleocode
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save cacheleocode/9202347 to your computer and use it in GitHub Desktop.

Select an option

Save cacheleocode/9202347 to your computer and use it in GitHub Desktop.
add sound to compositions
// libraries
// http://www.edgedocks.com/edgecommos
// http://buzz.jaysalvat.com
// creationComplete
yepnope({
load: ["edge_includes/EdgeCommons.js","edge_includes/buzz.min.js"]
});
// bind to action
var mySound = new buzz.sound("media/XXXXXXXX.mp3");
mySound.play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment