-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlive.html
More file actions
24 lines (21 loc) · 1.04 KB
/
live.html
File metadata and controls
24 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: 'MWRC 2014 Live Stream'
layout: '2014'
heading: 'MWRC 2014 Live Stream'
---
<div class="page__body__body">
<div class="c">
<div class="g g_full ptl pbl text-block">
<div class="fit">
<object type="application/x-shockwave-flash" height="540" width="984" id="live_embed_player_flash" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=confreaks" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="channel=confreaks&auto_play=false&start_volume=25" /></object>
<iframe class="ptm" src="http://webchat.freenode.net?channels=mwrc" style="height: 400px; width: 100%;"></iframe>
</div>
</div>
</div>
</div>
<script src="/2014/javascripts/jquery.fitvids.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".fit").fitVids();
});
</script>