bkranthi4u Posted May 6, 2008 Share Posted May 6, 2008 hey guys, any idea if we can imbibe voice alert functionality into a PHP site. any code to do this ... I want to call out a text 15 min before the event of time. Link to comment https://forums.phpfreaks.com/topic/104364-voice-alert-functionality/ Share on other sites More sharing options...
nullified Posted May 9, 2008 Share Posted May 9, 2008 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. Link to comment https://forums.phpfreaks.com/topic/104364-voice-alert-functionality/#findComment-536549 Share on other sites More sharing options...
dank Posted May 12, 2008 Share Posted May 12, 2008 I'm not sure if PHP would be the necessary language for what you are trying to accomplish, that is, if you want the notification to be precisely 15 minutes before the given event time. Link to comment https://forums.phpfreaks.com/topic/104364-voice-alert-functionality/#findComment-539521 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.