<?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: problem about ArcGIS API for Flex3.0 (please read help) in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565030#M12728</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;are you sure that you have fulfilled all the tips listed &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Getting_started/017p0000001q000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some useful links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tv.adobe.com/watch/adc-presents/build-your-first-flex-45-application/?t=57"&gt;Build Your First Flex 4.5 Application&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adobe &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/devnet.html"&gt;developer center&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex in a Week &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/devnet/flex/videotraining.html"&gt;video training&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2012 09:30:49 GMT</pubDate>
    <dc:creator>IvanBespalov</dc:creator>
    <dc:date>2012-08-07T09:30:49Z</dc:date>
    <item>
      <title>problem about ArcGIS API for Flex3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565029#M12727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to use the samples of ArcGIS offical website in my flash builder4.5,but the map does not show up. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The source code is below. Help me!!!!&lt;/SPAN&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; xmlns:s="library://ns.adobe.com/flex/spark"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; 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; pageTitle="World Topographic Map"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; This sample shows how to add a topographic basemap layer to your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The sample uses a cached map service from ArcGIS Online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; You can browse the ArcGIS.com site for additional online basemap and reference&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; map services or publish your own geographic data as a service using ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;fx:Declarations&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:Extent id="initialExtent"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmin="-13635000" ymin="4541000" xmax="-13625000" ymax="4547000"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:SpatialReference wkid="102100"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/esri:Extent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/fx:Declarations&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:Map extent="{initialExtent}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;lt;esri:ArcGISTiledMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/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;&amp;lt;/s:Application&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565029#M12727</guid>
      <dc:creator>galechaung</dc:creator>
      <dc:date>2012-08-07T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem about ArcGIS API for Flex3.0 (please read help)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565030#M12728</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;are you sure that you have fulfilled all the tips listed &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Getting_started/017p0000001q000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some useful links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tv.adobe.com/watch/adc-presents/build-your-first-flex-45-application/?t=57"&gt;Build Your First Flex 4.5 Application&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adobe &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/devnet.html"&gt;developer center&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex in a Week &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/devnet/flex/videotraining.html"&gt;video training&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565030#M12728</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-08-07T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem about ArcGIS API for Flex3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565031#M12729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, the Flex 3.0 API requires the Adobe Flex 4.6 SDK or higher, which in turn requires at least Flash Player 11.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 13:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565031#M12729</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-08-07T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem about ArcGIS API for Flex3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565032#M12730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My problem is solved by using the Adobe Flex 4.6 SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 01:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565032#M12730</guid>
      <dc:creator>galechaung</dc:creator>
      <dc:date>2012-08-08T01:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem about ArcGIS API for Flex3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565033#M12731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're welcome. Please remember to click the Mark as Answer check.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 12:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-about-arcgis-api-for-flex3-0/m-p/565033#M12731</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-08-08T12:37:07Z</dc:date>
    </item>
  </channel>
</rss>

