Ideas, Insights and Surveys | Reviews and Tips & Tricks | Tutorials and Concepts | Links, lists and collections | About | Contact

Embedding High Quality Youtube Videos

by Salman Ul Haq on January 3, 2009


Many of us share and embed Youtube videos in millions everyday and we all know what a ‘viral effect’ is. And we also remember the Bush Shoe Throwing episode and how the first video reached 5 million views in just 5 hours! Thousands embedded that video on their blogs and websites. That is just one such example. There are so many of us who don’t even know that Youtube has two versions of the same video stored: High quality (Its not HD but still a lot better) and the usual Normal/Low quality.

The default embed script is for embedding Normal/Low quality videos whereas there is no option to automatically generate High Quality code. Here is how you can do it manually:

All you have to do is insert this code at the end of the url:

“&fmt=18″ for 480X360 version
“&fmt=22″ for 720p version

Example: (Default embed code)

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

High Quality Embed code:

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

If you like this article, then subscribe to our feeds for FREE to get more interesting and original technology updates. Click here to get FREE updates in your email


{ 1 trackback }

Video di youtube ad alta qualità nei vostri siti! « Fedeweb
01.05.09 at 8:33 am

{ 1 comment… read it below or add one }

1 kiranNo Gravatar 01.04.09 at 8:09 am

Nice tip…Thanks for sharing.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>