FLV 404 Error On Windows 2003 Server
Posted July 26, 2007 at 11:48 AM
I was working on a streaming video file for a client this morning using Flash and a linked FLV video file. Everything worked nicely - the Flash media player is so badass - until I uploaded it to the production server. Suddenly, the movie didn't play at all. Nothing I did seemed to work; cleaning the cache didn't do anything; all the paths were right. It wasn't until I tried to access the FLV file directly and got a 404 File Not Found error that I realized something was fishy.
After some Google searching, I came across this Adobe Tech Note that says that:
When Flash Player movie files that stream external FLV files (Flash videos) are placed on a Microsoft Windows 2003 server and then viewed in a browser, the SWF file plays correctly, but the FLV video does not stream. These files work correctly if tested on other operating systems. The issue affects all FLV files played via Windows 2003 server, including files made with the Flash Video Kit for Dreamweaver MX 2004.
The good news is that there is any easy solution:
- On the Windows 2003 server, open the Internet Information Services Manager.
- Expand the Local Computer Server.
- Right-click the local computer server and select Properties.
- Select the MIME Types tab.
- Click New and enter the following information:
- Associated Extension box: .FLV
- MIME Type box:flv-application/octet-stream
- Click OK.
- Restart the World Wide Web Publishing service.
Post Comment | Ask Ben | Permalink | Other Searches | Print Page
Newer Post
Ask Ben: Protecting Database Table Names In ColdFusion CFQuery
Older Post
POIUtility.cfc Examples For Reading And Writing Excel Files In ColdFusion
Reader Comments
This tip is already in our ToDo list when we install a new server. :)
I know I spent a lot of time to find out the reason of this problem and this will be useful for others also.
What makes it so frustrating is that the SWF file works fine... it just looks like the FLV file is not loading into it properly. So of course, you think its just a path problem or something! Uggg :)
I've been bit by this little nuance as well.
funny, but i had same problem not long ago and blogged about it just yesterday http://www.1smartsolution.com/blog/index.cfm?mode=entry&entry=FCE65E88-50BF-1286-4BD978F4378AAE45
:)
Ha ha, small world :) I hope you didn't waste as much time as I did!
Jeez! Wasted an hour on this little doozy! How come FLVs worked on our old server? I'm sure we had to do this before.
THANKS!!!
I mean... "never had to do this before".
Yeah, silly IIS! :)
Oooh, that was happened to me before, but I catch - after long time - it by trying to download the flv file useing its full path. I don't remember what was the error, but it has been solved doing the same steps you wrote.
thanks
Thank you so much
Spent houers looking at first code then crossdomain policy issues then searching for flash related help and then I tried to dl the flv file directly from browser which finally got me to put in windows in the search criteria and then I found your page so...............
But ain't this what development is allways all about
@Peter,
Always glad to help. It took me a while to find this out also - I hope that I cut down on your search time a bit :)
Thanks a lot my friend.. this help me to fix the issue on the fly.. Great solution posted.
Forwarded this to University ITS, fixed my problem.
Thank you!
thanks, man!
Thanks, Ben! Found this via a Google search for "Flash Video 404." Exactly what I needed. You made my day.
Sweeeet!
Thanks a ton...I was beginning to think I was going crazy. My search to find you was 404 error flv
@Dan,
Rock on, glad to help :)
Nice tip, thank you and stumble!
Thank you. I love you!
For what it's worth, you don't have to go through the trouble of restarting the WWW publishing service. Simply open up a command prompt (start > run > "cmd") and type "iisreset" and hit enter. I've found this to be faster and obviously easier, with the same result.
@Adam,
Thanks for the tip.
Wonderful! I'll try this... really hope it works!
Legend... Thanks... Works a treat
This was exactly what I was looking for! Fixed my ailing problem.
May have saved me a few hairs from being pulled out. Only half bald now!
You saved me a ton of hassle. Thanks for this great post!!!
Thanks a lot. I waw wondering why I got that 404 error.




