// JavaScript Document

soundManager.url = '/swf/'; // directory where SM2 .SWFs live

soundManager.onload = function() {
  //SM2 has loaded - now you can create and play sounds!
  soundManager.createSound('helloWorld','../mp3/alarm_1.mp3');
  volume:100
}