Type another YouTube URL (or just the video ID):

Send Yahoo! Maps Instructional Video

® Local Maps web sites from the comfort of your home or office computer, you can search for a destination online, then send it right to your Mercedes-Benz.

Get the Flash Player to see this player.


Do you want to include this video on your webpages without using YouTube official player? (YouTube player inserts their own contents, not only the video, as claimed on YouTube official blog)

1) Just download Jeroen Wijering's Flash Video Player. It's light, it's cool and it's open sourced (it's licensed under a Creative Commons License, and for commercial use it costs 15 euros).

You only need two files: 'swfobject.js' and 'flvplayer.swf', which you must include within your web directory. In addition, since it's open source, you can play around with the player code, and you can also implement new functionalities via Javascript: increase/decrease volume, stop playing, ...

2) Copy and paste this code (you don't need anything else, since the video is hosted in YouTube servers):
<script type="text/javascript" src="swfobject.js"></script>
<p id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
	var s1 = new SWFObject("flvplayer.swf","single","340","280","7");
	s1.addParam("allowfullscreen","true");
	s1.addVariable("type","flv");
	s1.addVariable("file","http://cache.googlevideo.com/get_video?video_id=qPH_KN_-m5Y");
	s1.addVariable("image","http://i2.ytimg.com/vi/qPH_KN_-m5Y/default.jpg");	
	s1.write("player1");
</script>