//
function View_from_Arhiva() {
  var myQuery = new QueryString();
  myQuery.read();
  if(myQuery.getStatus()) {
    var arhfile = "n/a";
    var aQueryData = myQuery.getAll();
    arhfile = aQueryData['flv'];
    if (arhfile != null && arhfile.length > 10 ) { //
      //document.write('<p id="player1">Instalati <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> pentru a vizualiza arhiva.</p>');

document.write('<div id="liveplayer" style="display:block;width:480px;height:384px;padding:1px;background:#22222F;color:#FFFFFF"></div>');

flowplayer("liveplayer","flowplayer-3.2.5.swf",{playlist:[{url:'telem.jpg',scaling:'fill'},{url:'http://arhiva.telem.ro:8081/flv/'+arhfile+'.flv',autoPlay:true,autoBuffering:true}] });

      }
    else { document.write("<p style='color:red'><b>E1 - Arhiva ceruta nu poate fi localizata.</b></p>"); }
  }
  else { document.write("<p style='color:red'><b>E0 - Arhiva ceruta nu poate fi localizata.</b></p>"); }
  return false;
}
//

