Jump to content

VOICE alert functionality


Recommended Posts

we actually use similar functionality for new pm's like so;

 

if ($showpms == 1) {
  $content .= "<img src=\"images/CZUser/li.gif\" align=\"absmiddle\">\n";
  if ($new_pms>0){ 
   $content .= '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
  id="newpm" width="0" height="0">
  <param name="movie" value="newpm.swf">
  <param name="bgcolor" value="#DDDDDD">
  <param name="quality" value="high">
  <param name="allowscriptaccess" value="samedomain">
  <embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="0" height="0" name="newpm" src="newpm.swf" bgcolor="#DDDDDD" quality="high" swLiveConnect="true" allowScriptAccess="samedomain" hidden="true"></embed></object>';

 

im guessing you could modify this with a function to find the time.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.