Hello,I seem to be having a problem that others encounter when trying to launch their flex viewer applications. I have two dynamic layers, one is a base layer, the other is an operational layer. Their services are visible on the REST pages, and appears correct. When I load the application, the screen and widgets load, but not the actual map. I believe the spatial reference is correct by looking at the scale. I am trying to load the website from a different machine than the server, and I have added the crossdomain file to the wwwroot folder (although I am not sure if I need to). I have read through other forums and tried the solutions presented in them but with no luck. Here are the services I am calling:<basemaps>
<layer label="2003 Ortho" type="dynamic" visible="true"
url="http://dmzgis3/ArcGIS_Server/rest/services/ORTHO03/MapServer"/>
</basemaps>
<operationallayers>
<layer label="Default Layers" type="dynamic" visible="true"
url="http://dmzgis3/ArcGIS_Server/rest/services/BASEMAP/MapServer"/>
</operationallayers>
Any ideas?I am using ArcGIS 10 Server Enterprise Standard with SP2 for GIS Services, ADF and Web Applications, FlexViewer 2.4.