<?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: map is not displayed in mxml file in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679903#M15254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;thnx rscheitlin , however i would appreciate if you can kindly also guide how to provide rest URL , I had copied that URL from server please let me know what is missing&lt;BR /&gt;Regards&lt;BR /&gt;NAdeem&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thnx i understand it now and it works &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 13:59:40 GMT</pubDate>
    <dc:creator>NadeemQazi</dc:creator>
    <dc:date>2012-08-14T13:59:40Z</dc:date>
    <item>
      <title>map is not displayed in mxml file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679900#M15251</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;SPAN&gt;I created a map and published it as map service using ARCGIS Server and use this service using ARCGIS VIEWER. it works fine , i checked in config file and change the type from tiled to dynamic it worked fine in both cases. However when i used flex SDK under flush builder to access the same published map service it did not work. I tried both &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISDynamicMapServiceLayer and&amp;nbsp; ArcGISTiledMapServiceLayer but it did not work either case. following is the code in mxml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;s:Application xmlns:fx="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ns.adobe.com/mxml/2009" rel="nofollow" target="_blank"&gt;http://ns.adobe.com/mxml/2009&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/2008/ags" rel="nofollow" target="_blank"&gt;http://www.esri.com/2008/ags&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageTitle="A tiled map service"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/ArcGIS_server/services/testwithflex/MapServer" rel="nofollow" target="_blank"&gt;http://localhost/ArcGIS_server/services/testwithflex/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/s:Application&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestion&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 12:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679900#M15251</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-14T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: map is not displayed in mxml file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679901#M15252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Te reason it is not working is that you are not providing the REST url for your service...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;esri:ArcGISTiledMapServiceLayer url="http://localhost/ArcGIS_server/&lt;SPAN style="color:#ff0000;"&gt;rest/&lt;/SPAN&gt;services/testwithflex/MapServer"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679901#M15252</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-14T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: map is not displayed in mxml file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679902#M15253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Te reason it is not working is that you are not providing the REST url for your service...&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;esri:ArcGISTiledMapServiceLayer url="http://localhost/ArcGIS_server/&lt;SPAN style="color:#ff0000;"&gt;rest/&lt;/SPAN&gt;services/testwithflex/MapServer"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Don't forget to &lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt; on this post and to &lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;.&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt; as shown in the below graphic:&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thnx rscheitlin , however i would appreciate if you can kindly also guide how to provide rest URL , I had copied that URL from server please let me know what is missing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NAdeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679902#M15253</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-14T13:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: map is not displayed in mxml file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679903#M15254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;thnx rscheitlin , however i would appreciate if you can kindly also guide how to provide rest URL , I had copied that URL from server please let me know what is missing&lt;BR /&gt;Regards&lt;BR /&gt;NAdeem&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thnx i understand it now and it works &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679903#M15254</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-08-14T13:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: map is not displayed in mxml file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679904#M15255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You get the REST Url by going to the REST Service directory for your server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/ArcGIS_server/" rel="nofollow" target="_blank"&gt;http://localhost/ArcGIS_server/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#ff0000;"&gt;rest&lt;/SPAN&gt;&lt;SPAN&gt;/services&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 14:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-is-not-displayed-in-mxml-file/m-p/679904#M15255</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-14T14:01:01Z</dc:date>
    </item>
  </channel>
</rss>

