📜 ⬆️ ⬇️

Starting a video from a specific time on Youtube

Youtube has an opportunity to set the time from which the video will start playing in Youtube Player. This can be useful when you want viewers to start watching videos embedded on your page from a certain point.
To set the start time, you need to add the parameter start = [sec] to the links to the video, where [sec] is the time in seconds from the beginning of the video, for example:

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/XP34FHKleiY&hl=ru&fs=1&rel=0 & start = 355 "></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/XP34FHKleiY&hl=ru&fs=1&rel=0 & start = 355 " type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>

or
')
www.youtube.com/v/XP34FHKleiY&start=355

Unfortunately on Habré it does not work yet, because the parser cuts all GET parameters.

Source: https://habr.com/ru/post/42082/


All Articles