Team Extreme
Select a scene and click the video or the play button to start
Scene2
// php loop for printing all the links
for ($i=0; $i<=sizeof($files)-1; $i++) {
$p1 = strrpos($files[$i],"/") + 1;
$p2 = strpos($files[$i],".flv");
$name = substr($files[$i],$p1,($p2-$p1));
echo " - ".$name."
\n";
} ?>
< Back To Videos