Lines Matching refs:live

9 PGN4WEB: javascript chess games viewer for websites, blogs and live broadcasts.
15 blogs, including live games broadcast support; pgn4web also provides a variety
32 - supports live broadcasts of chess games with automatic refresh of remote PGNs
123 …SetLiveBroadcast(1, false, false, false, false); // set live broadcast; parameters are delay (refr…
164 See http://pgn4web.casaschi.net/demo/ usage example, including a live broadcast
245 live progress of the games. PGN files produced by the DGT chessboards are
251 - demoFlag = if set true, sets live demo mode (default false)
257 SetAutoplayDelay(delay), where no more than 2000ms should be used for live
264 The bash shell script live-grab.sh, executed on your server allows for grabbing
275 The status of the live broadcast is displayed in the following sections:
285 The file live-template.html shows a very basic example.
287 A demo facility is available to test the live broadcast functionality.
290 proper flag in live-template.html for an example. Please note, even during
294 live-simulation.sh slowly updates the live.pgn file, simulating a real event.
296 To setup a live broadcast please use any of the live*.html files.
297 The live*.html files typically accept these parameters:
298 - pgnData = PGN file to load (default live.pgn)
300 - refreshDemo = if set true, sets live demo mode
304 refreshed with the live games, then add the following iframe to your page:
306 src=live-compact.html?pgnData=myGames.pgn>
309 Each live*.html file is customized to a different purpose and provides
312 http://pgn4web-live.casaschi.net will occasionally broadcast live major chess
324 - customFunctionOnCheckLiveBroadcastStatus(): when a live broadcast is checked
342 See twic944.html or live.html for examples.