diff options
author | root <root@riffraff.tg14.gathering.org> | 2014-04-16 16:15:04 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-16 16:18:18 +0200 |
commit | 27e99840ed81b4e764d2f006c68f4adccf132ba3 (patch) | |
tree | 282e32fb184cf2a30b9480fe96f4cb6e563a6ebc | |
parent | 1929b6b4efcd9cb03f92cae1bf994527a80c2138 (diff) |
embed flash stream on our stream page.
-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"> |