<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2-Create-a-Website.Com &#124; How To Create a Website &#187; HTML video code</title>
	<atom:link href="http://www.2-create-a-website.com/tag/html-video-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2-create-a-website.com</link>
	<description>How To Create a Website - 2 Create a Website</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:24:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add a video to your site</title>
		<link>http://www.2-create-a-website.com/how-to-add-a-video-to-your-site/</link>
		<comments>http://www.2-create-a-website.com/how-to-add-a-video-to-your-site/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 20:27:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Media Embeding]]></category>
		<category><![CDATA[How do I insert a video to my website]]></category>
		<category><![CDATA[How to add a video to my website]]></category>
		<category><![CDATA[How to add a video to your web page]]></category>
		<category><![CDATA[How to add a video to your website]]></category>
		<category><![CDATA[HTML video code]]></category>
		<category><![CDATA[What is the code to add video to your website]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=284</guid>
		<description><![CDATA[


 This article will teach you how to add a video to your website very easy and simple.  The below HTML codes are examples of how you can add a video file to your website.
Although adding a video to your website makes your site interesting and look cool; you should try not to.  Adding a [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2970610913513858";
/* 336x280, created 3/8/10 */
google_ad_slot = "8166216068";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p>This article will teach you how to add a video to your website very easy and simple.  The below HTML codes are examples of how you can add a video file to your website.</p>
<p>Although adding a video to your website makes your site interesting and look cool; you should try not to.  Adding a video to your website use alot of your bandwidth.  I also don&#8217;t recommend it because some movie files are in a massively large size.  So if you have a webhost with 100MB of disk space, adding only couple short videos would eat up that space.</p>
<p>So, let&#8217;s get started, first upload your video file to your host, if you don&#8217;t know how read my <a href="/what-is-ftp-and-how-does-it-work/">What is FTP and How Does it Work</a> article because you will upload the video through FTP.  Then change the below code&#8217;s &#8220;src&#8221; adress to the directory where you upload the video, for example ; if you upload the video to www.your-web-site.com/video/movie1.avi then you should change the &#8220;src&#8221; (http://yourfile.avi) adress of the below code to this.</p>
<blockquote><p>
<textarea rows="4" cols="100"><embed src="http://yourfile.avi" width="320" height="283" autostart="1" showcontrols="1" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"> </embed><br />
</textarea></p>
<p>If you add the above code to your website you will get this:<br />
<embed src="http://yourfile.avi" width="320" height="283" autostart="1" showcontrols="1" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"> </embed>
</p></blockquote>
<p> </p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/how-to-add-a-video-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
