Some KML's and KMZ's work as layers in the new 2.4 Flex Viewer if served from a remote server, but when I try to acess KML's served locally on the GIS server through IIS, the viewer returns "Layer failed to load. Fault code 400. Fault info: File not found. Wrong URL. Fault details:"
No details were given. The KML virtual directory has MIME types for both kml and kmz. If I access the url for one of the kml files from a browser, it gives me the option to open or download the file. I do have a crossdomain file which allows everything in the web root folder. I thought perhaps it just could not handle that particular kml so I created a super simple kml using the sample from Google's web site with a single point, but it still gives me that error. Thinking that maybe it was something I had wrong with my IIS configuration, I pointed it to a feed on the other ArcGIS Server which I know works because I am using them with kml tools in the Flex 1.x Viewer on that server, but it gives me the same error. Any ideas?
Thanks!