diff options
| -rw-r--r-- | web/stream.gathering.org/index.tmpl | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/web/stream.gathering.org/index.tmpl b/web/stream.gathering.org/index.tmpl index 853577b..131d474 100644 --- a/web/stream.gathering.org/index.tmpl +++ b/web/stream.gathering.org/index.tmpl @@ -2,11 +2,18 @@  <head>  	<title>The Gathering <TMPL_VAR NAME=TG_FULL> Streams</title>  	<link rel="stylesheet" type="text/css" href="style.css" media="all"> +	<script type="text/javascript" src="jwplayer.js"></script>   </head>  <body>  	<div id="innhold">  		<TMPL_UNLESS NAME=NOHEADER>  			<h1>The Gathering <TMPL_VAR NAME=TG_FULL> Streams</h1> +			<embed type="application/x-shockwave-flash" src="player.swf" +				width="800" height="450" style="undefined" id="mplf" name="mplf" quality="high" +				allowfullscreen="true" allowscriptaccess="always" wmode="opaque" +				stretching="exactfit" +				flashvars="stretching=exactfit&file=http://cubemap.tg14.gathering.org/event.flv&autostart=true"></embed> +			<p> </p>  		</TMPL_UNLESS>  		<TMPL_LOOP NAME="STREAMS"> | 
