YouTubeの動画を好きな場所から再生する方法

Embed a Part of a YouTube Videoというエントリーより。

If you want to embed a YouTube video that starts to become interesting somewhere in the middle, there’s a simple way to skip the boring part. YouTube’s embedded player has a parameter that lets you specify the number of seconds that should be skipped before starting to play the video.

YouTubeの動画を紹介するときに「ココから!」見せたい場合もあるかと思いますが、そうした時に、好きな場所から再生することができるオプションがあるそうです。

例えばデモ動画などの場合、知らせたいTipsのところから再生する、といった利用ができますね。

具体的な方法は、

&start=[number of seconds from the start of the video]

をURLにオプションとして追加するというもの。開始したい場所の秒数を指定します。

<object width=”425″ height=”344″>
<param name=”movie” value=”http://www.youtube.com/v/
SUQnKl4x3D8&hl=en&fs=1&start=15“></param>
<param name=”allowFullScreen” value=”true”></param>
<embed src=”http://www.youtube.com/v/
SUQnKl4x3D8&hl=en&fs=1&start=15” type=”application/x-shockwave-flash” allowfullscreen=”true” width=”425″ height=”344″></embed>
</object>

↓こんな感じになります。