I have a requirement where i need to play a notification sound only when the browser window is minimized similar to what GTalk does.
I've tried it using JQuery's $(window).blur() but it only plays it when I manually blur it but not when the notifications comes and the window is blurred.
Here is the fiddle that I have tried: http://jsfiddle.net/zfUnm/
Actually this is a chat notification that i have to play only when the browser is minimized.
Thanks in advance