I have a blog section on my site that has the TinyMce editor. I want to embed a video when I post a blog and it’s just spitting out the code. I have added the <embed> tag on my output script.
This is the code I’m using to for the video:
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/CgW_5Vthsds"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
</object>
What am I missing?
You should look into Video For Everyone:
The only downside, is that you have to have 2/3 versions of the same video stored, but you can serve to every existing device/browser that supports video (i.e.: the iPhone).
There is an updated version that is a bit more readable: