| View previous topic :: View next topic |
| Author |
Message |
element02
Joined: 02 Dec 2006 Posts: 1
|
Posted: Sat Dec 02, 2006 9:06 pm Autoplay YouTube Video? |
|
|
|
| is there anyway to make a youtube video autoplay? i tried autoplay="true", but i got nothin...can anyone help? |
|
everyday09
Joined: 23 Dec 2006 Posts: 1
|
Posted: Sat Dec 23, 2006 11:25 pm |
|
|
|
all you have to do is get rid of everything before the first "embed" and after the second "embed" til it looks like this below.
<embed src="http://www.youtube.com/v/s3iyAFFElb4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
after that you add to the url "&autoplay=1"
like below
<embed src="http://www.youtube.com/v/s3iyAFFElb4&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed> |
|
steveking
Joined: 17 Mar 2008 Posts: 2
|
Posted: Mon Mar 17, 2008 6:57 pm |
|
|
|
YouTubeRobot.com today announces YouTube Robot 2.0, a tool that enables you to download video from YouTube.com onto your PC, convert it to various formats to watch it when you are on the road on mobile devices like mobile phone, iPod, iPhone, Pocket PC, PSP, or Zune.
YouTube Robot allows you to search for videos using keywords or browse video by category, author, channel, language, tags, etc. When you find something noteworthy, you can preview the video right in YouTube Robot and then download it onto the hard disk drive. The speed, at which you will be downloading, is very high: up to 5 times faster than other software when you download a single file and up to 4 times faster when you download multiple files at a time.
Manual download is not the only option with YouTube Robot. You may as well schedule the download and conversion tasks to be executed automatically, even when you are not around. Downloading is followed by conversion to the format of your choice and uploading videos to a mobile device (if needed). For example, you can plug in iPod, select the video, go to bed, and when you wake up next morning, your iPod will be ready to play new YouTube videos.
Product page: http://www.youtuberobot.com
Direct download link: http://www.youtuberobot.com/download/utuberobot.exe
Company web-site: http://www.youtuberobot.com
E-mail: supportatyoutuberobot.com
 |
|
Spencer Critchley
Joined: 04 May 2008 Posts: 1
|
Posted: Sun May 04, 2008 1:58 pm Don't need to remove "object" code |
|
|
|
| Thanks for the useful tip, everyday09, but I found that you don't need to remove the "object" code, which is there to make the embed compatible with IE. You can just add "&autoplay=1" (without the quotes) to the end of both url's: the one within the object tag and the one within the embed tag. |
|
chercheur de sagesse
Joined: 25 Oct 2008 Posts: 1
|
Posted: Sat Oct 25, 2008 2:20 pm Loop |
|
|
|
Also, if you wanted to make the video or playlist loop just add &loop=1 after the original code (or after &autoplay=1 if you want both autoplay and loop.)
<embed src="http://www.youtube.com/v/s3iyAFFElb4&autoplay=1&loop=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed> |
|
Elmar Sandyck
Joined: 19 Feb 2010 Posts: 1
|
Posted: Fri Feb 19, 2010 2:27 pm Is autoplay possible on ScreenCast Videos? |
|
|
|
First I want to say Hi to everyone on this forum.
I'm new here and I'm glad I found this place.
I found the forum by doing a Google search with this searchterm "html code to make video autoplay"
Actually I was searching for an autoplay code to add to the HTML code I get from Screencast when I want to put a video I recored with Camtasia and uploaded to Screencast on my blog. (I hope this sentence is clear...
I added this code "&autoplay=1" to the URL in that code, but this does not work...
Does anyone knows if there is another way to do it?
Would be very helpful!
Thanks a lot,
Elmar |
|
mike97242
Joined: 13 Jun 2010 Posts: 1
|
|
coramackenzie
Joined: 22 Jun 2010 Posts: 1
|
Posted: Tue Jun 22, 2010 6:44 am |
|
|
|
If you couldn't get it to work you made a mistake with the code... there can be no space before the &autoplay=1" That is what should be added to the end of the script like shown above. There are no spaces and no extra quotations at the beginning... it is simply added on to the script:
<embed src="http://www.youtube.com/v/oXaUpoPJPTk&hl=en_US&fs=1&color1=0xcc2550&color2=0xe87a9f&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed> |
|
|