I'm building simple php/mysql/jquery live support chat which includes only 2 files, chat.php and admin.php but I'm stuck with sound notification. How can I receive sound notification in file admin.php when visitor post a message in chat.php. Any help is more than welcome.
If you have a notify.wav (or whatever you'd like to use) you can use soundmanager 2 and queue javascript to play the sound when an event has occurred (most likely through the use of AJAX or PUSH notifications)