Searched refs:soundIDs (Results 1 – 1 of 1) sorted by relevance
21 this.soundIDs = []; property in SoundManager84 self.soundIDs[self.soundIDs.length] = thisOptions.id;175 for (var i=self.soundIDs.length; i--;) {176 self._disableObject(self.sounds[self.soundIDs[i]]);296 for (var i=0,j=self.soundIDs.length; i<j; i++) {297 self._writeDebug(self.sounds[self.soundIDs[i]].sID+' | '+self.sounds[self.soundIDs[i]].url);390 for (var i=self.soundIDs.length; i--;) {391 if (self.sounds[self.soundIDs[i]].readyState == 1) self.sounds[self.soundIDs[i]].unload();