Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/thesis/
H A Dslides.js2644 var vol = getMaxVolume(sound[cnum]["volume"]);
2711 vol = (sound[cnum]["volume"]!='')?getMaxVolume(sound[cnum]["volume"]):getMaxVolume(100);
2714 …){curSoundID=cnum;},onfinish:function(){soundManager.play(sid,{volume:getMaxVolume(sound[cnum]["vo…
2737 var vid = getMaxVolume(sound[curSoundID]["volume"]);
2743 function getMaxVolume(value) { function