CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Possible to autoplay embed video? (not youtube) (http://www.codingforums.com/showthread.php?t=286309)

themoon 01-23-2013 07:31 PM

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 01-24-2013 12:09 PM

I take it no one knows?

felgall 01-24-2013 06:40 PM

Perhaps if you were to use a <video> or <object> tag to actually embed the video in your page you would then have access to functionality like that. Currently you don't have the video embedded in your page so the functionality available is specified by the site the video is on.


All times are GMT +1. The time now is 11:45 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.