UNDER THE HIGH PATRONAGE OF H.E. PRESIDENT ALI BONGO ONDIMBA IN COLLABORATION WITH THE GOVERNMENT OF GABON FOUNDED AND PRODUCED BY RICHARD ATTIAS & ASSOCIATES - part of WPP
';
$('#container').html(strHTML);
if ('pc' == 'android')
$('#container').append("
Click on play button to connect to live video
");
// ajouter le test si firefox => inserer un player flash autre
// declencher la video
declencherVideo();
} else {
// effacer la video
effacerVideo();
// Msg attente
$.get('http://www.ny-forum-africa.com/lang/content_en/contents/streaming_msg.txt?'+timestamp(), function(data) {
var strHTML = '
'+data+'
';
$('#container').html(strHTML);
});
}
} else {
if (status != 'live')
{ // On recharge le message texte quoi qu'il arrive
// Msg attente
$.get('http://www.ny-forum-africa.com/lang/content_en/contents/streaming_msg.txt?'+timestamp(), function(data) {
var strHTML = '
'+data+'
';
$('#container').html(strHTML);
});
}
}
// On relance en fonction du timeout défini
timeoutClock = window.setTimeout("updatePlayer()", timeout * 1000);
}); // /Status
}); // /Timeout
}