şu anda videoyu indiriyor ancak video açılmıyor content-type ile alakalı bir problem sanırım.

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 09:27:48 -->-> Daha önceki mesaj 08:28:49 --

malasef video indirmiyor direk siteyi indiriyor.

$tip=$_POST["indirtip"];
$file=$_POST["indirlink"];
$baslik=$video->title;
echo $file;
header("Content-type:application/octet-stream");
header("Content-type: video/flv");
header('Content-Disposition: attachment; filename="'.$file.'"');
readfile($file);