Merge branch 'master' of ssh://repo.or.cz/srv/git/recordtv
[recordtv.git] / playonwii / archive / index.php
blobd3b8829ea7ee7cf415e62d835bef944b774155bc
1 <?php
3 include( "paths.php" );
5 ?>
8 <html>
10 <head>
11 <title><?php print $playlist_title; ?></title>
12 <script type="text/javascript" src="swfobject.js"></script>
13 </head>
15 <body style="background-color: black; color: white">
17 <p id='player1'>No flash player!</p>
18 <script type='text/javascript'>
19 var s1 = new SWFObject('flvplayer.swf','single','900','330','7');
20 s1.addParam('allowfullscreen','false');
21 s1.addVariable('file','playlist.php');
22 s1.addVariable('showvolume','false');
23 s1.addVariable('autostart','true');
24 s1.addVariable('displayheight','330');
25 s1.addVariable('displaywidth','566');
26 s1.addVariable('largecontrols','true');
27 s1.addVariable('overstretch','true');
28 s1.addVariable('usefullscreen','false');
29 s1.addVariable('streamscript','lighttpd');
30 s1.write('player1');
31 </script>
32 </p>
34 </body>
36 </html>