- Code: Select all
function alert()
{
$objResponse = new xajaxResponse();
$objResponse->addAssign("alert","innerHTML","<embed src='entered.wav' hidden=true autostart=true loop=false>");
return $objResponse->getXML();
}
in srcphpfreechat.class.php:
and
- Code: Select all
<span id='alert'></span>
in defaultchat.html.tpl.php
entered.wav is placed in default directory and the root as well.
No sound. It did not work. Also, it disabled the message notification sound !
I tried some Javascripts but they did not send notification to all opened chat clients.
Can someone help me please. Thanks in advance.