I have been trying to find out why my blog site is not accepting Youtube videos that have been emailed to me. I have tried coding the video in ogg platdorm as well as webm and mp4. I tried to make a trial video with my camera and when I uploaded it the video worked with the controls. Here is the code that I used.
Code:
<video controls width="270" height="280">
	    <source src="" type="video/webm">
...