General > Support
Blue Screen - not BOD
rs2k:
I appear to have found a fix!
Its related to the playing on the wav files.
in common.js in the source folder find the playwav function.
comment out the contents so its just an empty function.
Problem solved. Although you will get no sounds at all. But lets be honest, it is an annoyance having sounds anyway.
joelgraham:
AMAZING!!!
This works perfectly!
Thanks you very much!!!
cvas:
Hi,
I commented in common.js (root/webim/js/souruce) that code:
function playSound(wav_file) {
// var player = document.createElement("div");
// var agt = navigator.userAgent.toLowerCase();
// if(agt.indexOf('opera') != -1) {
// player.style = "position: absolute; left: 0px; top: -200px;";
// }
// document.body.appendChild(player);
// player.innerHTML = '<embed src="'+wav_file+'" hidden="true" autostart="false" loop="false">';
}
but the chat still plays sounds, and on chrome the chat window is solid blue after consultant connect. What's wrong?
juscommune:
Thanks everyone for all your help! ;)
cvas:
Hi,
Anyone Can help me?
I commented playwav function in common.js but the chat still plays sounds...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version