Embed Video

If you upload your media to YouTube, or another media host, it will automatically create an embed code for you. You can paste it right into your website. Here’s an example:

Here is what the markup code looks like:

<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/MSvJ9SN8THE&hl=en_US&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999">
</param>
<param name="allowFullScreen" value="true">
</param>
<param name="allowscriptaccess" value="always">
</param>
<embed src="http://www.youtube.com/v/MSvJ9SN8THE&hl=en_US&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344">
</embed>
</object>

Comments

Leave a Reply