<?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: Compile HelloWorldWidget using MXMLC? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279804#M6641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, Zahid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did added the listener, still not working.&amp;nbsp; I am using MXMLC command line, not Flash Builder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to compiled few Flex 2.0 API applications using MXMLC command line link to the agslib-2.0-2010-06-25.swc library.&amp;nbsp; These home brewed SWF work just fine at my web site.&amp;nbsp; I can't compile a widget.&amp;nbsp; The widget code compiled OK, but won't start at my web site.&amp;nbsp; I took out the local config file, to unlink agslib-2.0-2010-06-25.swc, and MXMLC searches the /com folder then stopped at IBaseWidget.as.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this works, I will be able to build applications as well as widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thank you so much for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan Feng&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to compile the Flex Viewer 2.0 "HelloWorldWidget" using MXMLC in the SDK.&amp;nbsp; I am getting the following error messages:&lt;BR /&gt;&lt;BR /&gt;\com\esri\viewer\IBaseWidget.as(94): col: 28 Error: Type was not found or was not a compile-time constant: Map.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function set map(value:Map):void;&lt;BR /&gt;&lt;BR /&gt;\com\esri\viewer\IBaseWidget.as(95): col: 24 Error: Type was not found or was not a compile-time constant: Map.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function get map():Map;&lt;BR /&gt;&lt;BR /&gt;I managed to compile and deploy few Flex API 2.0 sample applications but can�??t port these applications to widgets.&lt;BR /&gt;&lt;BR /&gt;Your help is highly appreciated!&lt;BR /&gt;&lt;BR /&gt;Jonathan Feng&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 11:11:37 GMT</pubDate>
    <dc:creator>ChuenFeng</dc:creator>
    <dc:date>2010-08-27T11:11:37Z</dc:date>
    <item>
      <title>Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279801#M6638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to compile the Flex Viewer 2.0 "HelloWorldWidget" using MXMLC in the SDK.&amp;nbsp; I am getting the following error messages:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;\com\esri\viewer\IBaseWidget.as(94): col: 28 Error: Type was not found or was not a compile-time constant: Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function set map(value:Map):void;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;\com\esri\viewer\IBaseWidget.as(95): col: 24 Error: Type was not found or was not a compile-time constant: Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function get map():Map;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to compile and deploy few Flex API 2.0 sample applications but can???t port these applications to widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help is highly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan Feng&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 18:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279801#M6638</guid>
      <dc:creator>ChuenFeng</dc:creator>
      <dc:date>2010-08-26T18:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279802#M6639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to compile the Flex Viewer 2.0 "HelloWorldWidget" using MXMLC in the SDK.&amp;nbsp; I am getting the following error messages:&lt;BR /&gt;&lt;BR /&gt;\com\esri\viewer\IBaseWidget.as(94): col: 28 Error: Type was not found or was not a compile-time constant: Map.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function set map(value:Map):void;&lt;BR /&gt;&lt;BR /&gt;\com\esri\viewer\IBaseWidget.as(95): col: 24 Error: Type was not found or was not a compile-time constant: Map.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function get map():Map;&lt;BR /&gt;&lt;BR /&gt;I managed to compile and deploy few Flex API 2.0 sample applications but can�??t port these applications to widgets.&lt;BR /&gt;&lt;BR /&gt;Your help is highly appreciated!&lt;BR /&gt;&lt;BR /&gt;Jonathan Feng&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at your codes. You need to add the listner first and then you can do the next step. here is what you need to change&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;[HTML]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;viewer:BaseWidget 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; xmlns:s="library://ns.adobe.com/flex/spark"&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; xmlns:mx="library://ns.adobe.com/flex/mx"&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; 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; xmlns:viewer="com.esri.viewer.*"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initialize="init()"&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;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [/HTML]and then add this function&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&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; protected function init():void{&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addEventListener(MapMouseEvent.MAP_CLICK, onMapClick);&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; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and i hope it will help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://zachsgeospatial.blogspot.com"&gt;Zahid&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 19:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279802#M6639</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2010-08-26T19:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279803#M6640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If that doesn't solve your issue, are you doing compiling via ANT?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 19:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279803#M6640</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2010-08-26T19:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279804#M6641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, Zahid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did added the listener, still not working.&amp;nbsp; I am using MXMLC command line, not Flash Builder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to compiled few Flex 2.0 API applications using MXMLC command line link to the agslib-2.0-2010-06-25.swc library.&amp;nbsp; These home brewed SWF work just fine at my web site.&amp;nbsp; I can't compile a widget.&amp;nbsp; The widget code compiled OK, but won't start at my web site.&amp;nbsp; I took out the local config file, to unlink agslib-2.0-2010-06-25.swc, and MXMLC searches the /com folder then stopped at IBaseWidget.as.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this works, I will be able to build applications as well as widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thank you so much for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan Feng&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to compile the Flex Viewer 2.0 "HelloWorldWidget" using MXMLC in the SDK.&amp;nbsp; I am getting the following error messages:&lt;BR /&gt;&lt;BR /&gt;\com\esri\viewer\IBaseWidget.as(94): col: 28 Error: Type was not found or was not a compile-time constant: Map.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function set map(value:Map):void;&lt;BR /&gt;&lt;BR /&gt;\com\esri\viewer\IBaseWidget.as(95): col: 24 Error: Type was not found or was not a compile-time constant: Map.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function get map():Map;&lt;BR /&gt;&lt;BR /&gt;I managed to compile and deploy few Flex API 2.0 sample applications but can�??t port these applications to widgets.&lt;BR /&gt;&lt;BR /&gt;Your help is highly appreciated!&lt;BR /&gt;&lt;BR /&gt;Jonathan Feng&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:11:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279804#M6641</guid>
      <dc:creator>ChuenFeng</dc:creator>
      <dc:date>2010-08-27T11:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279805#M6642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Odoe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using MXMLC coomand line only.&amp;nbsp; I use a local config xml to link agslib-2.0-2010-06-25.swc.&amp;nbsp; My SWF applications work OK.&amp;nbsp; However, I can't use this approach to compile a widget.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing I observed was that the ESRI "HelloWorldWidget" SWF is 68K.&amp;nbsp; The same widget the I compiled from the source code is 364K.&amp;nbsp; Actually, all my SWF applications are about the same size.&amp;nbsp; I figure it out that it might have something to do with agslib-2.0-2010-06-25.swc.&amp;nbsp; I took out the local config xml, now MXMLC is stuck at IBaseWidget.as. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recalled that there was a flexviewer-1.0.swc in the old SFV.&amp;nbsp; I can't find the flexviewer swc , nor the developer's guide, in the 2.0 distribution package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help is hightly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan Feng&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279805#M6642</guid>
      <dc:creator>ChuenFeng</dc:creator>
      <dc:date>2010-08-27T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279806#M6643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As for Flex Viewer 2 documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Flex Viewer now has an online presence at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/"&gt;http://help.arcgis.com/en/webapps/flexviewer/&lt;/A&gt;&lt;SPAN&gt; and so the documentation is no longer part of the download.&amp;nbsp; For developers, the content is admittedly thin for the beta, but &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#developers/gettingstarted_dev.htm"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#developers/gettingstarted_dev.htm&lt;/A&gt;&lt;SPAN&gt; is still a good starting point for Flex developers using the ArcGIS Viewer for Flex 2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279806#M6643</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-08-27T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compile HelloWorldWidget using MXMLC?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279807#M6644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I managed to compile "HelloWorldWidget" using MXMLC command line only.&amp;nbsp; This thread can be closed now.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A widget should be compiled as a module and optimized for �??index.mxml.�?� Use the following command line to generate a �??link report�?� and unload links from the widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]1.Generate the linker report and compile the application: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]mxmlc -link-report=report.xml MyApplication.mxml[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Compile the module and pass the linker report to the load-externs option: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]mxmlc -load-externs=report.xml MyModule.mxml[/INDENT][/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace the ESRI �??index.swf�?� with your homebrew �??index.swf�?� and replace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the �??HelloWorldWidget.swf�?� as well.&amp;nbsp;&amp;nbsp; Your �??HelloWorldWidget�?� should be ready for testing at this point.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached my command line and local config files.&amp;nbsp;&amp;nbsp; Hopefully, my post can be useful to other developers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan Feng&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 19:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/compile-helloworldwidget-using-mxmlc/m-p/279807#M6644</guid>
      <dc:creator>ChuenFeng</dc:creator>
      <dc:date>2010-09-01T19:19:44Z</dc:date>
    </item>
  </channel>
</rss>

