Hi - I have a Flex app that uses an HTTPService to call a Servlet. The servlet retrieves a file on another domain and passes back to Flex where they are prompted by a Windows dialog to either save or open it: It works fine locally.
When deployed, I get this error: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: http://bopswdmmk1:15010/oats/FlexClient/OATSMain.swf cannot load data from http://da803299:8080/oats/FTPFile?filename=/oats/oatsftp/feed/Session.csv.01062010. I'm assuming this is because I need a crossdomain.xml file, right? If so, where do I put it? On the domain that hosts the servlet, or the domain the file is retrieved from? Crossdomain issues can be confusing and any insight would be greatly appreciated. Thanks, Matt

