3 include_once "functions.php";
5 $file_path = "$videos_uri/" . prepare_filename( $_GET['filename'] );
7 $dotpos = strrpos( $file_path, '.' );
8 $extension = substr( $file_path, $dotpos +
1 );
15 <title
>Play file
</title
>
22 src
="<?php print "$file_path" ?>"
23 type
="video/<?php print "$extension" ?>"
26 Your browser does not support the
<code
>video
</code
> element
.
27 Download the
<a href
="<?php print "$file_path" ?>">Video File
</a
>.
30 <p
><a href
="<?php print "$file_path" ?>">Video File
</a
>.</p
>