Recent Posts
- (02/24) Calling an Element from a Helper TAGS:CakephpWeb ProgrammingUsageTutorialExample
- (10/14) Forcing A Single Join in CakePHP PaginationTAGS:CakephpCakephp 13DatabaseErrorsHabtmMysqlMssqlWeb ProgrammingUsage
- (08/11) Inserting NOW() into MySQL Using CakePHPTAGS:CakephpDatabaseMysqlMssqlWeb ProgrammingUsage
- (08/07) Best PaginateCount for CakePHP - with Group By SupportTAGS:CakephpBehaviorsWeb ProgrammingUsageDatabaseExampleMysqlHabtmHack
- (04/03) CakePHP Error Messages Not Showing on FormTAGS:CakephpCakephp 13Web ProgrammingErrorsUsage
- (02/06) Sorting Paginated Results Using a Related Model Field in CakePHPTAGS:CakephpWeb ProgrammingUsageExample
- (11/02) Changing CakePHP's Model useTable on the FlyTAGS:CakephpWeb ProgrammingMysqlDatabaseExampleTutorial
- (10/18) The Funniest Error Message Ever - Thank You EclipseTAGS:EclipseWeb ProgrammingErrorsHumorWindowsUsageSoftwarePhpCakephp
Subscribe to my feed
MainelyDesign.com Blog
Avoiding Flash (.flv) 404 Errors on IIS 6 (Windows 2003)
Posted on 07/15/2009 at 11:11 am by Kevin Wentworth
Viewed 2,681 times | 2 comments
An interesting thing happens on Windows 2003 Server (IIS 6) when you try and play a .flv file through an embedded shockwave player...nothing. Well, actually you get a 404 error.
Fixing the .flv 404 error is simple
All you need to do is tell the IIS server that the MIME type for .flv exists. Then, the web server can send the appropriate MIME-TYPE header when needed.
Adding the .FLV MIME type to Windowss 2003 / IIS 6
You can modify the MIME type on the entire server by editing the properties for that server:
- Right-Click in IIS Admin on Computer Name
- Don't click on any of the web site names. Instead, click the parent of all web sites, indicated by the actual server name.
- Select Properties (from the right-click menu)
- Click the MIME-TYPE button in the dialogue window
- Add an extension for .flv, setting type to flv-application/octet-stream
- Run iisreset (not iisrestart) from the command prompt
I wanted to post this so I wouldn't forget. Thanks to the original author- source article.
Tags for Avoiding Flash (.flv) 404 Errors on IIS 6 (Windows 2003)
Iis | Web Server Admin | 404 Errors | Software | Iisreset
Comments for this Posting
Posted by Flv Player
on 13/9/10
Thanks for updating us with the nice information...
Sorry, comments are closed for this posting.
Please Email Kevin if you have any questions. Thanks!

Posted by flv player
on 20/8/09
Thanks for sharing this useful post.
http://www.hdflvpalyer.net