Hi, I have a FMS 3.5 Adobe streaming server system running on an Apache server (on top of a Windows 2008 machine). My player (swf) is sitting on a different server, so every time my video is to be streamed, the player requests the crossdomain.xml file that I have placed on the webroot. Problem: Sometimes it returns the crossdomain.xml, and sometimes there is no response from the Apache server????? I can see this clearly when I run Fiddler to troubleshoot. When there is no response, the video is not streamed so it is a real problem. Does anyone have any ideas why it returns the crossdomain.xml sometimes and other times not? On a separate note, when I look at the log file in Apache, I can see GEt requests but I cannot see the query for the crossdomain.xml file. Why not? Thanks in advance for any help!