<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>How to make a .wmv download instead of stream? in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r22478392</link>
<description></description>
<language>en</language>
<pubDate>Fri, 04 Dec 2009 23:15:59 EDT</pubDate>
<lastBuildDate>Fri, 04 Dec 2009 23:15:59 EDT</lastBuildDate>

<item>
<title>Re: How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22490630</link>
<description><![CDATA[<A HREF="/useremail/u/825167"><b>johnnyboyct</b></A> : <textarea name="code" class="text" cols=50 rows=10>header("Content-type: video/x-ms-wmv;");&#012;header("Content-Disposition: filename=file.wmv");&#012;header("Pragma: no-cache");&#012;header("Expires: 0");&#012;</textarea><!--end code block-->something like this<br><br><small>--<br><A HREF="http://www.MilestoneMultimedia.com">Connecticut  Web Design and Development</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22490630</guid>
<pubDate>Wed, 03 Jun 2009 16:02:08 EDT</pubDate>
</item>

<item>
<title>Re: How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22490090</link>
<description><![CDATA[<A HREF="/useremail/u/178056"><b>DC DSL</b></A> : I don't use .htaccess handle things like forcing downloads by adding/manipulating the headers and response in server-side code:<br><br><textarea name="code" class="text" cols=50 rows=10>protected void Page_Load(object sender, EventArgs e)&#012;{&#012;  Response.Clear();&#012;  Response.AddHeader("content-disposition", "attachment;filename=mymovie.wmv");&#012;  &#012;  Response.ContentType = "application/octet-stream";&#012;  Response.WriteFile(Server.MapPath(@"~/somefolder/mymovie.wmv"));&#012;  &#012;  Response.End();&#012;}&#012;</textarea><!--end code block--><br>If you're not using ASP.NET, surely PHP has a similar capability.<br><br><small>--<br><i>There is no giant fur-bearing trout.</i></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22490090</guid>
<pubDate>Wed, 03 Jun 2009 14:48:23 EDT</pubDate>
</item>

<item>
<title>Re: How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22488111</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : Right click -&gt; Save As...<br><br>???]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22488111</guid>
<pubDate>Wed, 03 Jun 2009 09:57:39 EDT</pubDate>
</item>

<item>
<title>Re: How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22485225</link>
<description><![CDATA[<A HREF="/useremail/u/825167"><b>johnnyboyct</b></A> : You could do something like this, I suck at htaccess :P<br><br>&raquo;<A HREF="http://elouai.com/force-download.php" >elouai.com/force-download.php</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22485225</guid>
<pubDate>Tue, 02 Jun 2009 18:45:04 EDT</pubDate>
</item>

<item>
<title>Re: How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22484762</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : anyone?  :huh:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22484762</guid>
<pubDate>Tue, 02 Jun 2009 17:22:09 EDT</pubDate>
</item>

<item>
<title>Re: How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22479180</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : bump<br><br>please help  :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22479180</guid>
<pubDate>Mon, 01 Jun 2009 18:25:10 EDT</pubDate>
</item>

<item>
<title>How to make a .wmv download instead of stream?</title>
<link>http://www.dslreports.com/forum/remark,22478392</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : i want to point my friends to a video clip but want them to get the download window instead of streaming it in the browser. i read that you need to add this line to the .htaccess file to do it:<br><br>AddType application/octet-stream wmv<br><br>but im not sure how or where to put that line.<br><br>this is how my .htaccess file looks now<br><br><textarea name="code" class="text" cols=50 rows=10>IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*&#012; &#012;&lt;Limit GET POST&gt;&#012;order deny,allow&#012;deny from all&#012;allow from all&#012;&lt;/Limit&gt;&#012;&lt;Limit PUT DELETE&gt;&#012;order deny,allow&#012;deny from all&#012;&lt;/Limit&gt;&#012;AuthName mydomain.com&#012;</textarea><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22478392</guid>
<pubDate>Mon, 01 Jun 2009 15:55:03 EDT</pubDate>
</item>

</channel>
</rss>
