$clip = $_GET['clip']; ?>
$popup = $_GET['popup']; ?>
if($clip == '') { ?>
Error: No Clip specified. Try:
<iframe src="http://www.rtnda.org/media/video/?clip=myClipName" frameborder="0" height="350" width="450"></iframe>
} else if( !is_file($clip . '.flv') ) { ?>
Error: Specified clip (=$clip?>.flv) not found.
<iframe src="http://www.rtnda.org/media/video/?clip=myClipName" frameborder="0" height="350" width="450"></iframe>
} else { ?>