February 11, 2011
If you want to loop a YouTube video append “ &loop=1” to the end of the url.
So if your video source is : <embed src=”http://www.youtube.com/v/videoid &hl=en type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed>
Your Modified code would be : <embed src=”http://www.youtube.com/v/videoid &hl=en&loop=1 type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed>
Get More URL Help, Tips →
February 11, 2011
Say you have a long Video with a Boring and unwanted 2 Minute Intro.You want to skip that Intro and Embed The video just after 2 minutes.
In that case Just append ‘&start=120′ to skip first 120 seconds of the video.
If Your You Tube Video Embed code is :
<embed src=”http://www.youtube.com/v/videoid &hl=en type=”application/x-shockwave-flash” wmode=”transparent” [...]
Get More URL Help, Tips →