Searched refs:sID (Results 1 – 1 of 1) sorted by relevance
95 this.load = function(sID,oOptions) { argument96 if (!self._idCheck(sID)) return false;97 self.sounds[sID].load(oOptions);100 this.unload = function(sID) { argument101 if (!self._idCheck(sID)) return false;102 self.sounds[sID].unload();105 this.play = function(sID,oOptions) { argument106 if (!self._idCheck(sID)) {110 self._writeDebug('soundController.play(): attempting to create "'+sID+'"');111 oOptions.id = sID;[all …]