In the beta 2.0 FlexViewer, I've changed the config.xml file to use bing layers instead of the default tiled layers from ArcGISOnlie. Everything works great, except for the overview map. When I use the Bing layers, the overview map is blank. Any thoughts? I've posted the map config section below where I changed the basemap layers to bing.<map initialextent="-14083000 3139000 -10879000 5458000">
<basemaps>
<mapservice label="Streets" type="bing" visible="false" alpha="1"
key="Al0VE_jsmagxk4LFghXGlK5JSHfC0tk-eHRubZv_eMYm6wzgQaStYks8g-wWcgk3"
style="road"/>
<mapservice label="Aerial" type="bing" visible="false" alpha="1"
key="Al0VE_jsmagxk4LFghXGlK5JSHfC0tk-eHRubZv_eMYm6wzgQaStYks8g-wWcgk3"
style="aerial"/>
<mapservice label="Hybrid" type="bing" visible="false" alpha="1"
key="Al0VE_jsmagxk4LFghXGlK5JSHfC0tk-eHRubZv_eMYm6wzgQaStYks8g-wWcgk3"
style="aerialWithLabels"/>
</basemaps>
<operationallayers>
<layer label="Boundaries and Places" type="tiled" visible="false"
url="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places_Alternate/MapServer"/>
<layer label="Fires" type="feature" visible="false" alpha="1"
info="widgets/InfoTemplates/SimpleInfoWinWidget.swf"
infoconfig="widgets/InfoTemplates/IWT_Fires.xml"
url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer/0"/>
</operationallayers>
</map>