View Single Post
Old 01-23-2013, 07:31 PM   PM User | #1
themoon
New Coder

 
Join Date: Sep 2012
Posts: 46
Thanks: 13
Thanked 0 Times in 0 Posts
themoon is an unknown quantity at this point
Possible to autoplay embed video? (not youtube)

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?
themoon is offline   Reply With Quote