13
2010
Setting Start Points of Embbeded YouTube Videos
In a previous post, I shared how to set the starting point of a YouTube video by appending the link URL with some extra code. I thought this would be helpful for many.
But no, that wasn’t good enough for some, and I was asked how to do the same but with an embedded YouTube video. Thanks, Tim!
Well, you asked, and I will answer!
Below is the embed code for the same video by Sir Ken Robinson in the previous post:
To set the start point for the embedded video, we must append the video source twice. Look in the code above for the URL – “http://www.youtube.com/v/iG9CE55wbtY&hl=en_US&fs=1&border=1″
Now, just add this little bit of code ” &start=26″ [without the quotes] to the end of the string so it looks like this: “http://www.youtube.com/v/iG9CE55wbtY&hl=en_US&fs=1&border=1&start=26″
The ampersand connects the previous parameters (language, border size, etc.) with the starting point of 26 seconds. This is just a little different than when we appended just the URL link. In this case, you must translate minutes and seconds only to seconds. So if we wanted to start the video 5 minutes and 26 seconds into the presentation, our appending code would look like this: “&start=326″
That’s 5 x 60 seconds [300] plus 26, to equal 326. The embedded video below will start at that point.
Leave a comment
Archives
- January 2012
- October 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- August 2008
- July 2008
- May 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007

An article by




