2mk_atspace
May 6th 2008, 10:00 pm
I build online presentation with Ajax. When preseneter change the slide, the participant slide also change, i use
setTimeout('checkChange();',2000);
The problem is how if i only want participant slide change only when presenter change the slide. If i use timer slide will refresh every 2 second.
Anyone can help me ?
setTimeout('checkChange();',2000);
The problem is how if i only want participant slide change only when presenter change the slide. If i use timer slide will refresh every 2 second.
Anyone can help me ?