To embed a video on the HV20.com web site, you just copy/paste the video's URL link. The embedding will happen automatically.
Now, here's how to embed Vimeo and YouTube widescreen videos on your website.
Vimeo, at 640x360 window. If that resolution is too wide for your website's design, replace these numbers in the code with 512x288 (basically, any 16:9 ratio resolution will work fine). Finally, replace the two XXXXXXX with the Vimeo's unique number identifier for your video (found in the URL of your video page). This will come up in "standard definition", unless you are a Vimeo PLUS customer, in which case you get 5,000 free embeds in HD format (you can purchase more at their site).
Code:
<center><object type="application/x-shockwave-flash" width="640" height="360" data="http://www.vimeo.com/moogaloop.swf?clip_id=XXXXXXX&server=www.vimeo.com&fullscreen=1&show_title=1&show_byline=1&show_portrait=0&color=ff9933"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=XXXXXXX&server=www.vimeo.com&fullscreen=1&show_title=1&show_byline=1&show_portrait=0&color=ff9933" /></object></center>
YouTube, at 640x360 window, in high quality embedding mode (as opposed to the default "low quality" mode). If that resolution is too wide for your website's design, replace these numbers (found twice in the code) with 512x213 (basically, any 16:9 ratio resolution will work fine, plus 25 pixels for YouTube's control bar at the bottom). Finally, replace the two XXXXXXX with the YouTube's unique number identifier for your video (found in the URL of your video page).
Code:
<center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/XXXXXXX&fs=1&hl=en&rel=0&ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XXXXXXX&fs=1&hl=en&rel=0&ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center>
You can also embed YouTube in HD quality, but this is more of a hack and not an official offer by the site, so I won't list it here. It's easy to find out how you can do that though by searching online.