I have successfully embed this streaming video:
Code:
<div id="vid" style="position:absolute;left:990px;top:880px;">
<iframe src="http://embed.live.huffingtonpost.com/HPLEmbedPlayer/?segmentId=50f35f5efe3444768d0000b2" width="350" height="174" frameBorder="0" scrollable="no"></iframe>
</div>
Is there anyway to make this autoplay though?
Bonus: Is there anyway to remove the controls too?