1) { // skip blank rows $fileList[]=array( 'title'=>utf8_decode($row[0]), 'file'=>urlencode($row[1]), 'copy'=>utf8_decode($row[2]), ); } } fclose($fp); } return $fileList; } function echoVideoPlayer($playList) { if (isset($_REQUEST["id"]) && $_REQUEST["id"] < count($playList)) { $flvPath = $playList[$_REQUEST["id"]]['file']; $title=$playList[$_REQUEST["id"]]['title']; $copy=$playList[$_REQUEST["id"]]['copy']; echo '

'.htmlentities($title).'

'; echo ' '; } else { echo '


Video ID invalid!
'; } } function echoVideoControls($playList) { $curId=(int)$_REQUEST["id"]; if($curId>0) echo '< previous video'; else echo '
'; if($curId<(count($playList)-1)) echo 'next video >'; } function echoVideoLinks($playList) { for($i=0,$iMax=count($playList);$i<$iMax;++$i) { echo ''.htmlentities($playList[$i]['title']).''; } } function echoCopyRight($playList) { $copy=$playList[$_REQUEST["id"]]['copy']; if($copy) echo '

© '.htmlentities($copy)."

\n"; } $playList=playList('.'); ?>

NOTE: Please be patient as the file downloads to your system and begins to play. The video is available as a Flash movie, and will play on most systems with the Flash player installed.

If you need to install the Flash player, please go here.