Tuesday, February 17, 2009

Help Putting Video In Blogger

I found this article of how to put a video in your blogger. Its a bunch of mumble jumbo if you ask me, but I had the code that youtube gave me to embed the image into a page.


<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/qBro4dANNGU"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/qBro4dANNGU" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>


And nothing happened. So if you change the code to

<object width="395" height="325"><param name="movie" value="http://www.youtube.com/v/qBro4dANNGU"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/qBro4dANNGU" type="application/x-shockwave-flash" wmode="transparent" width="395" height="325"></embed></object>


then it will show it. Its based on the setting for you blog.

No comments:

Post a Comment