How to embed a video?
-Go to the page you want to add a video.
-Copy & paste the embed code for the video.
-Add html (between < >) in the line before the embed code.
-Add /html (between < >) in the line after the embed code.
Sample:
<html> <object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/oB8ztuE6F_I&hl=es&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oB8ztuE6F_I&hl=es&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object> </html>