I have a lot of .mov files on a server and would like to have an easy way to stream them. Currently, I am looing to link from a page like this http://netlivemusic.net/craig/ with this link http://netlivemusic.net/movieplayer.php?songname
the contents of movieplayer.php is something like this
<?
$songname1 ="<Embed src=\"/craig/video/crazy-lady.mov\" type=\"video/quicktime\" width=\"360\" height=\"256\" controller=\"true\" autoplay=\"true\">";
$movie= getenv("QUERY_STRING");?
?>
<Body
<? echo $movie; ?>
</Body>