How to embed a You Tube player in blogger

Look at the right hand side of video on Youtube.com, just right next to the player, a box captioned "About this Video".
Copy what labeled Embed onto the clipboard, this is complete HTML code you need to embed this video on your blogger.
Now you paste this text into the HTML page of blogger. Resize the height and width of the object and embed tags as you see fit.
You may also click on "customize" to include "show borde" into your embed video code.
To wrap the text to the right of the player,put div tags around the entire block of code and set the style to float:left.
and set a margin, so the text will not cross over on the player.
<div style="margin: 2px; float: left;"><******The code you cut from youtube*******></div>