How to embed some portion of youtube video ?

One of my friends +sathiya moorthiy  ask me about how to embed a particular portion or embed youtube video with start time and end time.. so here i am explain to you about how to embed particular portion embed in youtube video.

For Example if you are watching any movie from youtube but you like the middle part of that video and whenever you open that video you always doing play and forward your video that will disgusting your mind.if you finding similar problem then this tutorial are very helpful for you.

Embed YouTube Video with Start Time and end time

The following YouTube video about how to convert YouTube video to mp3 online using mozila addons is 2 minutes video but if you want to see some useful portion of that video so how to embed that. so here i give below one code just copy and paste to your blog or website

<div videoID="sTli9p9aZa4" startTime="40" endTime="100" height="400" width="600" id="youtube-player"></div>

<script src="http://embedyoutubevideo.googlecode.com/files/youtube-embed.js"></script>

just changed the  video url (red color text) in video id, change start time and end time as you wish and copy above code and paste to your website or blog. you can also change width and height as per your requirement.

The standard youtube embed code not support with your requirement about embedding video from start time to end time but we can create above code which will help you to embed a part of any youtube video.