How to go through an intro Youtube video

?

To show directly the part of the video that seems useful to you for visitors, or to go through too long and intrusive introduction, the parameter allows you to supplement the player provided by Youtube.

&start=nombre de secondes 

The number of seconds is displayed in the video panel.

This parameter should be added to two URLs, as a result of which the full disk will have the following form:

<object width="425" height="344">
<param name="movie" 
       value="https://www.youtube.com/v/G4evlxq34og&hl=fr&fs=1&start=190">
</param>
<param name="allowFullScreen" value="true"></param>
<embed src="https://www.youtube.com/v/G4evlxq34og&hl=fr&fs=1&start=190" 
    type="application/x-shockwave-flash" 
    allowfullscreen="true" width="425" height="344">
</embed>
</object> 

Demonstration

:

This demonstration explains the operation of a commercial exoskeleton that multiplies strength by 5 or allows disabled people to walk.

Consider the case if you do not want to attach a video to a page, but place a link to a video, you have a choice between two solutions.

Use a parameter recognized by Youtube:

#t=3m20s
https://www.youtube.com/watch?v=G4evlxq34og#t=3m20s

The parameter is the number of minutes followed by the letter m and the number of seconds followed by the letter s.

HAL-5, demonstration.

June 2011 Update

Now it is possible to right-click the menu and copy the URL of the video with the moment of launch.
This makes this tutorial partly obsolete when it's a URL, but it's still useful to know how to change the start time of a video, especially with a player inserted into the page.