<?php
// buraya
// erişim kontrolü
//  fonksiyonları  eklenecek

if ($yetkilimi)
{
  header("Content-type: video/flv");
  echo file_get_contents($FLVdosyayolu);
}
?>