How To Embed a Portion of a Youtube Video

Posted: January 1st, 2010 | Filed under: Tutorials, Youtube | Comments Off

Here is a little trick to have an embedded video start at a certain point in the video, instead of at the beginning. All you do is add start=60 (where 60 is the number of seconds into the video that you want it to start) to the embed code. Make sure you change it in both places in the embed code or it will not work correctly.

<object width=”320″ height=”265″><param name=”movie” value=”http://www.youtube.com/v/NN3MGN899yE&hl=en_US&fs=1&start=60“></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/NN3MGN899yE&hl=en_US&fs=1&start=60” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”320″ height=”265″></embed></object>


Comments are closed.