A few additional details regarding my question in the post above:
Web server: imsweb
ArcGIS Server : gissoc
Outside link to my site:
http://gis.co.cal.md.us/flexviewer_benson/
my crossdomain.xml placed in the wwwroot folder on gissoc
HTML Code:
<?xml version="1.0" ?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
<site-control permitted-cross-domain-policies="all" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy>
The first part of my config file on imsweb:
HTML Code:
<configuration>
<title>Calvert County Department Of Technology Services</title>
<subtitle>Test Flex Application- Eric Benson</subtitle>
<logo>assets/images/SEAL.gif</logo>
<stylecolors>0xCEE7F4,0x39628C,0x355D89,0x294867,0xCEE7F4,0xFFFFED</stylecolors>
<!-- stylecolors>0xCEE7F4,0x39628C,0x355D89,0x294867,0xCEE7F4,0xAFCFAF</stylecolors -->
<stylealpha>0.8</stylealpha>
<!-- UI elements -->
<widget left="10" top="50" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/>
<widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/>
<widget right="20" top="55" config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/>
<widget left="0" top="0" config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/>
<widget left="10" bottom="60" config = "widgets/Coordinate/CoordinateWidget.xml" url="widgets/Coordinate/CoordinateWidget.swf" />
<map initialextent="" top="40">
<basemaps>
<layer label="Streets" type="tiled" visible="true" alpha="1"
url="http://ccg-gissoc/ArcGIS/rest/services/BaseMapTest/MapServer" />
</basemaps>
<operationallayers>
</operationallayers>
</map>
Bookmarks