<?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>nPath Ltd. &#187; Windows Server 2003</title>
	<atom:link href="http://www.npathweb.com/tag/windows-server-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.npathweb.com</link>
	<description>Web Development Blog</description>
	<lastBuildDate>Mon, 22 Feb 2010 15:16:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What&#8217;s the deal with flash videos not working?</title>
		<link>http://www.npathweb.com/2009/02/05/whats-the-deal-with-flash-videos-not-working/</link>
		<comments>http://www.npathweb.com/2009/02/05/whats-the-deal-with-flash-videos-not-working/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:56:09 +0000</pubDate>
		<dc:creator>B.Harding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Flash Video]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.npathweb.com/blog/?p=13</guid>
		<description><![CDATA[A few of my clients have used flash videos in their pages. Out of the box this didn&#8217;t work on my server. It was fine in the development environment but once uploaded to production it was a no go. The video just never appeared.  It&#8217;s been a while since I learned this trick but it recently [...]]]></description>
			<content:encoded><![CDATA[<p>A few of my clients have used flash videos in their pages. Out of the box this didn&#8217;t work on my server. It was fine in the development environment but once uploaded to production it was a no go. The video just never appeared.  It&#8217;s been a while since I learned this trick but it recently popped up again so I figure I sould blog it.</p>
<p>On a windows server running IIS flash . swf files that play .flv videos need to have a setting configured in IIS.</p>
<p>You must set MIME type to associate the .flv extention with video.</p>
<p>Specifically you set .flv=video/x-flv</p>
<p>So how do you do it?</p>
<p>For these instructions you need access to the server&#8217;s desktop to implement this tweek. A savy IT person with the right access can do this without remote desktop but I&#8217;ll keep it simple.</p>
<ul>
<li>Right click &#8220;My computer&#8221;</li>
<li>Select &#8220;Manage&#8221; , microsoft management console will load with several snap-ins ready to go</li>
<li>Expand the services and applications node</li>
<li>Expand the Internet Infomation Servicess (IIS) Manager node</li>
<li>Expand the Web Sites node</li>
<li>Right click the web site you want to configure</li>
<li>Select Properties. The site&#8217;s property sheets will appear.</li>
<li>Click the HTTP Headers tab</li>
<li>Click the Mime Types button</li>
<li>Click the New button</li>
<li>in the extention box type &#8220;flv&#8221;</li>
<li>in the MIME Type box type &#8220;video/x-flv&#8221;</li>
<li>Click OK, OK, OK</li>
</ul>
<p>So what is MIME and why do we have to do this? Who cares, it works! Just kidding.  MIME types tell the browser what application to use with a certain file extention. In this case the server is telling the browser to use the flash player to handle flv files.</p>
<p>-edit on IIS7 the mimetype for flv is correct.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npathweb.com/2009/02/05/whats-the-deal-with-flash-videos-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
