Home
last modified time | relevance | path

Searched refs:curSoundID (Results 1 – 1 of 1) sorted by relevance

/plugin/s5reloaded/ui/thesis/
Dslides.js61 var curSoundID = -1; variable
387 if(curSoundID != getSoundID(nid)) {
388 if(curSoundID == bgSoundItem && !sound[getSoundID(nid)]) {
389 }else {fadeoutSound(curSoundID,true); } // audio support
397 if(curSoundID != getSoundID(nid)) {
398 if(curSoundID == bgSoundItem && !sound[getSoundID(nid)]) {
399 }else {stopSound(curSoundID); } // audio support
425 }else if(sound[bgSoundItem] && curSoundID != bgSoundItem) {
1373 fadeoutSound(curSoundID,true); // audio support
1399 stopSound(curSoundID);
[all …]