Código PHP:
$archivo="dia_de_playa.wmv";
header("Content-Type: application/force-download");
header("Content-Transfer-Encoding: binary");
header('Content-Disposition: attachment; filename=$archivo');
readfile("http://www.somosmalas.com/videos/videos/$archivo");