Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/thesis/
H A Dslides.js60 var bgSoundItem = 9999; variable
388 if(curSoundID == bgSoundItem && !sound[getSoundID(nid)]) {
398 if(curSoundID == bgSoundItem && !sound[getSoundID(nid)]) {
425 }else if(sound[bgSoundItem] && curSoundID != bgSoundItem) {
426 playSound(bgSoundItem); // audio support
2623 }else if(sound[bgSoundItem] && !sound[0]) {
2624 playSound(bgSoundItem);
2631 var cnum = parseInt(bgSoundItem);
2701 cnum = parseInt(bgSoundItem);
2757 t = parseInt(bgSoundItem);
[all …]