Hi all,
I would like to introduce a audio “beep” sound when a new record come into a refreshed grid . Every x seconds the grid is refreshed and the Select behind the grid check for new records.
I’ve tryed to put this code (it makes the beep !) into “OnRecord” Event but it starts ringing without stopping .
How can I trigger it only when a new record is shown on grid ? I mean to make it beeps only when a new records arrives. Thanks
$myAudioFile1 = “…/_lib/img/beep_mobile.wav”;
echo ‘<EMBED SRC="’.$myAudioFile1.’" HIDDEN=“TRUE” AUTOSTART=“TRUE”></EMBED>’;