Matthew Slaton
Results
1
issues of
Matthew Slaton
``` var s = new buzz.sound(filelocation); var myGroup = new buzz.group([ s ]); myGroup.load(); myGroup.togglePlay(); ``` Also, how do I find out if the sound is done playing?