<?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: the MOST BASIC flex sample - help in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110693#M2580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for checking on this problem.&amp;nbsp; Unfortunately that did not work for me.&amp;nbsp; Do I need to type just&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or should I type&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lib/agslib-2.5-2011-11-30.swc&amp;nbsp; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried both of those but I had no luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 23:26:41 GMT</pubDate>
    <dc:creator>N_Young</dc:creator>
    <dc:date>2012-02-09T23:26:41Z</dc:date>
    <item>
      <title>the MOST BASIC flex sample - help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110691#M2578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the free software FlashDevelop, not Adobe Flash Builder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to run the sample for getting started with flex, which is&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/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;I believe I have FlashDevelop set up correctly.&amp;nbsp; I have been able to do some basic things that are not using the arcgis flex api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-the flex SDK is set up correctly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-the arcgis API for flex has been in the "lib" folder of my project and added as a library for FlashDevelop&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-I copied the sample code into Main.mxml of my project and compiled this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It compiles but only a completely blank, white window comes up.&amp;nbsp; Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my code, copied directly from the "Getting Started" page:&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;&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;&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageTitle="Example #1"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&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; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your patience!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 18:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110691#M2578</guid>
      <dc:creator>N_Young</dc:creator>
      <dc:date>2012-01-13T18:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: the MOST BASIC flex sample - help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110692#M2579</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;It's really the software issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried a couple of things on my side and I think I finally make it working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After add the arcgis API for flex to the "lib" folder of your project, you need to go to Project-&amp;gt;Properties-&amp;gt;Compiler Options&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Be sure to add "lib" to both "SWC Include Libraries" and "SWC Libraries".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will make it work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 21:47:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110692#M2579</guid>
      <dc:creator>RuiShen</dc:creator>
      <dc:date>2012-02-07T21:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: the MOST BASIC flex sample - help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110693#M2580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for checking on this problem.&amp;nbsp; Unfortunately that did not work for me.&amp;nbsp; Do I need to type just&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or should I type&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lib/agslib-2.5-2011-11-30.swc&amp;nbsp; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried both of those but I had no luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 23:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110693#M2580</guid>
      <dc:creator>N_Young</dc:creator>
      <dc:date>2012-02-09T23:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: the MOST BASIC flex sample - help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110694#M2581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Though FlashDevelop support has tried to help me, nothing has been successful.&amp;nbsp; I got the free trial of Adobe Flash Builder and got the map up very quickly.&amp;nbsp; I would just discourage any Flex beginners from using FlashDevelop.&amp;nbsp; Use Adobe instead; it would have saved me a very long set of hours.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-most-basic-flex-sample-help/m-p/110694#M2581</guid>
      <dc:creator>N_Young</dc:creator>
      <dc:date>2012-02-16T19:32:11Z</dc:date>
    </item>
  </channel>
</rss>

