Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-23-2013, 07:31 PM   PM User | #1
themoon
New Coder

 
Join Date: Sep 2012
Posts: 41
Thanks: 11
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
Old 01-24-2013, 12:09 PM   PM User | #2
themoon
New Coder

 
Join Date: Sep 2012
Posts: 41
Thanks: 11
Thanked 0 Times in 0 Posts
themoon is an unknown quantity at this point
I take it no one knows?
themoon is offline   Reply With Quote
Old 01-24-2013, 06:40 PM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
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.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:59 PM.


Advertisement
Log in to turn off these ads.