View Single Post
  #2 (permalink)  
Old Fri Feb 15, 2013, 04:29pm
APG APG is offline
Official Forum Member
 
Join Date: Apr 2007
Posts: 5,889
How to embed a YouTube video to start at a specific time... courtesy of JugglingReferee

Quote:
Originally Posted by JugglingReferee View Post
Here's the code, spaced so that it displays code:

< object width="640" height="360" data="https://www.youtube-nocookie.com/v/EogzHNEiCWU?version=3&hl=en_GB&rel=0&start=540&" type="application/x-shockwave-flash" >
< param name="allowFullScreen" value="false" />
< param name="allowScriptAccess" value="always" />
< param name="src" value="https://www.youtube-nocookie.com/v/EogzHNEiCWU?version=3&hl=en_GB&rel=0&start=540&" />
< /object >


Remove the spaces before the word "object", before "param", and before the > that closes the "object". The spaces were included so that the forum doesn't think that this code is actually trying to embed something.

The video identifier must be changed, naturally. The beginning location is the number of seconds into the video in which to start. Also adjust other options.
__________________
Chaos isn't a pit. Chaos is a ladder. Many who try to climb it fail and never get to try again. The fall breaks them. And some, given a chance to climb, they refuse. They cling to the realm, or the gods, or love. Illusions.

Only the ladder is real. The climb is all there is.