Header and Footer disappears

Stimo

Active member
Basically I am editing the 'Live Stream' page of Ice's Live Stream add-on but when I embed some of the users streams the header and footer disappear...

Here is the code I am using.

HTML:
<xen:require css="ice_livestream.css" />
 
<xen:title>{xen:phrase ice_livestream_livestreams}</xen:title>
 
<xen:navigation>
    <xen:breadcrumb href="{xen:link 'livestreams'}">{xen:phrase ice_livestream_livestreams}</xen:breadcrumb>
</xen:navigation>
 
<br>
<object type="application/x-shockwave-flash" height="280" width="450" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=stimohd" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=stimohd&auto_play=true&start_volume=25" /></object> <object type="application/x-shockwave-flash" height="280" width="450" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=mattgraves93" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=mattgraves93&auto_play=true&start_volume=25" />

Can anyone see the problem?
 
Top Bottom