<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sample flex viewer; live maps, other services won't display in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332897#M7983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Luke, can you better explain step by step what you did ?&lt;BR /&gt;Thanks so much,&lt;BR /&gt;&lt;BR /&gt;Naty&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In MapManager, find the code where is is adding the maps from the config file.&amp;nbsp; This is a snip from where it adds the dynamic maps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "dynamic":
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dynlayer:ArcGISDynamicMapServiceLayer=new ArcGISDynamicMapServiceLayer(url);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.id=label;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.name=label;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Remove proxy config for dynamic layers
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // dynlayer.proxyURL=configData.proxy;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.visible=visible;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.alpha=alpha;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.visibleLayers=new ArrayCollection(configData.configMap&lt;I&gt;.visibleLayers);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _map.addLayer(dynlayer);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, we have just removed the config URL property being set on the ArcGISDynamicMapServiceLayer.&amp;nbsp; I don't know if this is a good idea but it works for us!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 15:46:08 GMT</pubDate>
    <dc:creator>LukeEvans</dc:creator>
    <dc:date>2021-12-11T15:46:08Z</dc:date>
    <item>
      <title>sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332888#M7974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm running the sample flex viewer from IIS 5.1 (Windows XP).&amp;nbsp; The default services all load and display correctly.&amp;nbsp; I tried to connect to some services published on ArcGIS Online and had no luck.&amp;nbsp; The basemaps I add show up as a blank gray screen.&amp;nbsp; The livemaps that I turn on don't do anything at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to make changes to the interface using the config.xml file.&amp;nbsp; I have had no luck viewing any other services though.&amp;nbsp; Does anyone know how to fix this?&amp;nbsp; Are there any code samples you can provide me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My group is new to web mapping.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 19:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332888#M7974</guid>
      <dc:creator>JoshThomas</dc:creator>
      <dc:date>2010-04-13T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Greyed out layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332889#M7975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had this issue as well, one of the problems I had was that my base maps were not in the same projection. Once I fixed that it was pretty much okay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 23:26:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332889#M7975</guid>
      <dc:creator>MarkMenzel</dc:creator>
      <dc:date>2010-04-13T23:26:04Z</dc:date>
    </item>
    <item>
      <title>sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332890#M7976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm having the same exact problem - but i already ran a transformation to change my service's projection into wgs1984 with a spatial reference of 4326 so it would overlay on ESRI's map services, and still no dice.&amp;nbsp; someone else suggested that i try opening the application in firefox and using the firefox add-on httpfox to see what errors in proccessing are coming up.&amp;nbsp; i'm going to try that.&amp;nbsp; i'm also going to try displaying the service using a code sample to make sure it's not my service that's the problem.&amp;nbsp; will keep you posted with what i find.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 12:51:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332890#M7976</guid>
      <dc:creator>TrilliumLevine</dc:creator>
      <dc:date>2010-04-14T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332891#M7977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the exact same issue... ArcGISServer9.3.1 Flex Sample viewer 1.3.&amp;nbsp; all data from the service is wgs84.&amp;nbsp; and as a previous post indicated the live view layers do nothing.&amp;nbsp; I have my service loaded into both the live view and in the map layers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 19:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332891#M7977</guid>
      <dc:creator>MatthewStarr</dc:creator>
      <dc:date>2010-06-30T19:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332892#M7978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the sample problem with all dynamic maps.&amp;nbsp; I found my problem was the proxy file being used.&amp;nbsp; We removed the proxy URL from the dynamic maps when added in MapManager and all worked fine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332892#M7978</guid>
      <dc:creator>LukeEvans</dc:creator>
      <dc:date>2010-07-01T07:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332893#M7979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I had the sample problem with all dynamic maps.&amp;nbsp; I found my problem was the proxy file being used.&amp;nbsp; We removed the proxy URL from the dynamic maps when added in MapManager and all worked fine&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Luke, can you better explain step by step what you did ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Naty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 16:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332893#M7979</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2010-07-01T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332894#M7980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Luke, can you better explain step by step what you did ?&lt;BR /&gt;Thanks so much,&lt;BR /&gt;&lt;BR /&gt;Naty&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think he mean he put the ip address in the url instead of server name.&amp;nbsp; I can do that an see the service in my browser, but when I put it in the xml i get a grey screen when trying to view that base map..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cleared Flash Cache&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cleared Browser Cache&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Streets and Satellite view work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My full and initial extents match the �??testservice�??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Test service is wgs84.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can view the service in the JAVA api from REST services page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am thinking it is the service since the others work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It was Published using ArcServer 9.3.1 and created in ArcMap9.3.1sp1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And FlexSampleViewer is 1.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stumped&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 16:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332894#M7980</guid>
      <dc:creator>MatthewStarr</dc:creator>
      <dc:date>2010-07-01T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332895#M7981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK if you r using FlexViewer1.3 you need to go to IIS and configure the site as an application&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.START/rightclick myComputer/Manage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.expand "services and applications"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.expand IIS "internet information services"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. expand websites and click default website&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Navigate to your website right click on it and choose properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.in the directory tab click the create button next to application name (grayed out).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK open a fresh browser clear flash cache clear browser cache and you should be aight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-m*&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 16:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332895#M7981</guid>
      <dc:creator>MatthewStarr</dc:creator>
      <dc:date>2010-07-01T16:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332896#M7982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK if you r using FlexViewer1.3 you need to go to IIS and configure the site as an application&lt;BR /&gt;&lt;BR /&gt;1.START/rightclick myComputer/Manage&lt;BR /&gt;2.expand "services and applications"&lt;BR /&gt;3.expand IIS "internet information services"&lt;BR /&gt;4. expand websites and click default website&lt;BR /&gt;5. Navigate to your website right click on it and choose properties.&lt;BR /&gt;6.in the directory tab click the create button next to application name (grayed out).&lt;BR /&gt;OK open a fresh browser clear flash cache clear browser cache and you should be aight.&lt;BR /&gt;&lt;BR /&gt;-m*&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did it before...but it still doesnt work...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;:(((&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 18:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332896#M7982</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2010-07-01T18:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332897#M7983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Luke, can you better explain step by step what you did ?&lt;BR /&gt;Thanks so much,&lt;BR /&gt;&lt;BR /&gt;Naty&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In MapManager, find the code where is is adding the maps from the config file.&amp;nbsp; This is a snip from where it adds the dynamic maps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "dynamic":
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dynlayer:ArcGISDynamicMapServiceLayer=new ArcGISDynamicMapServiceLayer(url);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.id=label;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.name=label;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Remove proxy config for dynamic layers
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // dynlayer.proxyURL=configData.proxy;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.visible=visible;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.alpha=alpha;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.visibleLayers=new ArrayCollection(configData.configMap&lt;I&gt;.visibleLayers);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _map.addLayer(dynlayer);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, we have just removed the config URL property being set on the ArcGISDynamicMapServiceLayer.&amp;nbsp; I don't know if this is a good idea but it works for us!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332897#M7983</guid>
      <dc:creator>LukeEvans</dc:creator>
      <dc:date>2021-12-11T15:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: sample flex viewer; live maps, other services won't display</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332898#M7984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In MapManager, find the code where is is adding the maps from the config file.&amp;nbsp; This is a snip from where it adds the dynamic maps&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "dynamic":
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dynlayer:ArcGISDynamicMapServiceLayer=new ArcGISDynamicMapServiceLayer(url);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.id=label;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.name=label;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Remove proxy config for dynamic layers
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // dynlayer.proxyURL=configData.proxy;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.visible=visible;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.alpha=alpha;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynlayer.visibleLayers=new ArrayCollection(configData.configMap&lt;I&gt;.visibleLayers);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _map.addLayer(dynlayer);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, we have just removed the config URL property being set on the ArcGISDynamicMapServiceLayer.&amp;nbsp; I don't know if this is a good idea but it works for us!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GREAT!!!! Thank u so much Luke ...that fix my problem!!! I dont know either why ... &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-flex-viewer-live-maps-other-services-won-t/m-p/332898#M7984</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2021-12-11T15:46:10Z</dc:date>
    </item>
  </channel>
</rss>

