'; strHTML +='
'; // HIGH to LOW strHTML +='SWITCH TO LOW QUALITY'; strHTML +='
'; $('#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 }

Live from NY-FORUM-AFRICA