3 include_once "functions.php";
5 $file_path = "$videos_uri/" . prepare_filename( $_GET['filename'] );
15 <title
><?php
print "$curfiletitle" ?
></title
>
16 <script type
="text/javascript" src
="swfobject.js"></script
>
19 <body style
="background-color: black; color: white">
21 <p id
='player1'>No flash player
!</p
>
22 <script type
='text/javascript'>
23 var s1
= new SWFObject('flvplayer.swf','single','566','330','7');
24 s1
.addParam('allowfullscreen','false');
25 s1
.addVariable('file','<?php print "$file_path" ?>');
26 s1
.addVariable('showvolume','false');
27 s1
.addVariable('autostart','true');
28 s1
.addVariable('displayheight','330');
29 s1
.addVariable('displaywidth','566');
30 s1
.addVariable('largecontrols','true');
31 s1
.addVariable('overstretch','true');
32 s1
.addVariable('usefullscreen','false');
33 s1
.addVariable('streamscript','lighttpd');