jQuery Notification with Sound Alert

Today, I was searching for jQuery Notification Plugin with Sound Alert 🙂 But, could not find any good plugin as per my requirements 🙁 So, I just merged 2 javascript codes to make a custom notification plugin. <object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”1″height=”1″id=”audio1″align=”middle”> <embed src=”wavplayer.swf?gui=none&h=1&w=1&sound=success.wav&” bgcolor=”#ffffff” width=”1″ height=”1″ allowScriptAccess=”always” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer”/> </object> You can customize this javascript plugin … Read more