Jul
09
Can’t see FLV files or FLV files not working
I just spent few hours trying to make Flash Player to stream FLV files (Flash videos). Everything worked on testing server but not on the other one. As you may guess, the other server was Microsoft IIS, and SWF files were playing ok, but not FLV. Problem is that Microsoft IIS 6.0 requires a MIME type to recognize that FLV files are streamed media. And all you have to do to fix that is to add new MIME Type:
Associated Extension: .FLV
MIME Type:flv-application/octet-stream
And that’s it. Everything is working now.
2 Comments
Make A CommentComments RSS Feed TrackBack URL


May 5th, 2009 at 4:00 pm
Thanks man…I also spent a couple of hours last night trying to get a flash player to stream FLV files with no luck. Wish I would have done a search last night
Your solution worked like a champ.
May 5th, 2009 at 4:13 pm
You’re welcome, glad I was able to help.