Monday, December 15, 2008Flash Not Playing on IIS 7
The latest verion of IIS, 7, will not serve files with unknown extensions. Unfortunately, the .flv extension for Flash videos is one of the un-registered file extensions. This can cause serious grief when a video is not working and there is no error message.
You register a file type in the MIME section of IIS.
- Open up IIS and right click the server listing.
- Select Properties
- Select File Types in the MIME Map section
- Select New Type
- Type ".flv" as the associated extension
- Type "video/x-flv" as the content type
- Select Ok