Twitch.tv Embed Player over HTTPS

HTML

<object type="application/x-shockwave-flash" height="323" width="520" data="https://www-cdn.jtvnw.net/swflibs/TwitchPlayer.swf?channel=rivercon" bgcolor="#000000">
		<param name="allowFullScreen" value="true" />
		<param name="allowScriptAccess" value="always" />
		<param name="allowNetworking" value="all" />
		<param name="movie" value="https://www-cdn.jtvnw.net/swflibs/TwitchPlayer.swf" />
		<param name="flashvars" value="hostname=www.twitch.tv&amp;channel=riotgames&amp;auto_play=true&amp;start_volume=25" />
	</object>
	
	<iframe frameborder="0" scrolling="no" src="https://twitch.tv/riotgames/chat" height="400" width="520"></iframe>

CSS

* {
			margin:0;
			padding:0;
			border:0;
		}
		body {
			width: 520px;
			margin: 0 auto;
		}
		body * {
			display: block;
			float: left;
		}