Sound notification

nesta42

New Member
hi

Version: 3.7.0 RC 3
Released: 15 Apr 2008


a audible alert [ You've got mail ] will let you know that you have recieved a PM. also Until you open a pm, you are notified each time by a sound that plays once when you load a page.

open template navbar and find :
Code:
<if condition="$show['notifications']">

add after

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="0" height="0" id="gotmail" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="[color=red][b]Soundnotification.swf[/b][/color]" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="[b][color=red]Soundnotification.swf[/color][/b]" quality="high" bgcolor="#ffffff" width="1" height="1" name="gotmail" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

right click and save this file Audible Alert
upload where you want just change the red text {{{ Soundnotification.swf }} with the full link
 

Phlex

New Member
Pretty cool...Thanks nino42! =)

And yes Webdude...Any <embed> code should work...for example WMP or Quicktime
 

bfldworker

New Member
While I like the idea of a audible alert for PM's. I can see my users getting irked really easily when every time they goto a page and they get a alert. As much as I would like to use it. I don't think I like the idea of getting bitched at consistently about this alert.
 

w5a

New Member
if u know how to make it work only on special pm's that u need to confirm it.. that will be gr8
 
Top