<?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: KML Widget - Feedback needed in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393886#M9193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the record, I think the cause of the error above was that I didn't put the KML location in double quotes. Once I added quotes to the URL in the config file I got a different error. I am now getting a security error, which I think is related to the whole proxy issue (which I am very unclear about). I will pursue that issue in a different thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jan 2011 16:24:55 GMT</pubDate>
    <dc:creator>MatthewLawton</dc:creator>
    <dc:date>2011-01-07T16:24:55Z</dc:date>
    <item>
      <title>KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393877#M9184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good Afternoon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just uploaded a Widget for displaying KML &amp;amp; KMZ files to the Code Gallery. I wanted to see if anyone had gotten it to work. I only have another week left on my trial version of Flash Builder so I wanted to see if there were things I needed to fix before it expired.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The widget is up here: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16972"&gt;http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16972&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Luke&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 18:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393877#M9184</guid>
      <dc:creator>LukeBerndt</dc:creator>
      <dc:date>2010-06-03T18:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393878#M9185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Luke,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got it to work, and i'll definitely use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it could be used instead of the bookmarks, as I don't want bookmark saving.deleting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore I'll use your one as it could be a list that is updated outside of the Bookmarks XML Config file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the bookmarks list is littered with coordinates which often is not necessary, therefore your widget looks better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing, the icon from the KML is tiny when I go to zoom to a placemark. How is this sized?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not the biggest KML expert, and definitely not the biggest GeoRSS Widget expert... but can can polylines and polygons be added instead of points? That would cap it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brendan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 19:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393878#M9185</guid>
      <dc:creator>BrendanCunningham</dc:creator>
      <dc:date>2010-06-03T19:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393879#M9186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good to hear! The widget can take in Polys and Lines and style them according the KML. NOAA has a KML for the Oil Spill with a polygon that is interesting to plot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to change the icon size, open up KMLWidget.mxml and look for this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;graphicPointSym = new PictureMarkerSymbol(icon,15,15);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;15,15 sets the size of the icon. I think it was originally 30,30 in the GeoRSS widget, but things were getting really cluttered when I started loading in large files with lots of placemarkers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for giving it a try!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Luke,&lt;BR /&gt;I got it to work, and i'll definitely use it.&lt;BR /&gt;I think it could be used instead of the bookmarks, as I don't want bookmark saving.deleting.&lt;BR /&gt;Therefore I'll use your one as it could be a list that is updated outside of the Bookmarks XML Config file.&lt;BR /&gt;Also, the bookmarks list is littered with coordinates which often is not necessary, therefore your widget looks better.&lt;BR /&gt;&lt;BR /&gt;One thing, the icon from the KML is tiny when I go to zoom to a placemark. How is this sized?&lt;BR /&gt;&lt;BR /&gt;Not the biggest KML expert, and definitely not the biggest GeoRSS Widget expert... but can can polylines and polygons be added instead of points? That would cap it!&lt;BR /&gt;&lt;BR /&gt;Brendan&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 19:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393879#M9186</guid>
      <dc:creator>LukeBerndt</dc:creator>
      <dc:date>2010-06-03T19:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393880#M9187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luke,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your widget have any ability to handle KML Network Links?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, then data entry could be carried out in something like Google Maps, and the widget KML data would automatically update!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a thought...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 14:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393880#M9187</guid>
      <dc:creator>BrendanCunningham</dc:creator>
      <dc:date>2010-06-15T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393881#M9188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luke,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just downloaded your widget and am getting the following errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1046: Type was not found or was not a compile-time constant: Container.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1046: Type was not found or was not a compile-time constant: Feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1046: Type was not found or was not a compile-time constant: Style.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 18:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393881#M9188</guid>
      <dc:creator>JamesKo</dc:creator>
      <dc:date>2010-07-27T18:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393882#M9189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James, I think this was originally written for the SFV 1.3. I am getting many of the same errors as you are in the SFV 2.0. I was following the migration tips from ESRI and Adobe to convert this to Flex 4, but it is beyond me. I just can't seem to get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luke, any chance of getting a SFV 2.0 version of this widget?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 22:35:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393882#M9189</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2010-08-09T22:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393883#M9190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are correct, I wrote it for the 1.3 Flex Viewer. I haven't tried porting it to 2.0 yet, but I can't imagine it would be too hard. Unfortunately I don't have a real copy of Flash Builder, I built the widget using the 60 day Trial and unfortunately it has run out. If anyone has an extra copy, let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put the code up on gitHub, including some stuff I was working on before it conked out. I was trying to allow for Placemark flags stored in the KMZ and also for the caching of flags.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://github.com/robotastic/KMLWidget"&gt;http://github.com/robotastic/KMLWidget&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brendan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It does support network links. I forgot to re-enable the part the would have it periodic reload them though to get updates. It should just be a couple of lines of code to get that going. The GeoRSS widget does this and I think I left most of the code for it in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Luke&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 01:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393883#M9190</guid>
      <dc:creator>LukeBerndt</dc:creator>
      <dc:date>2010-08-10T01:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393884#M9191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luke, I got the widget to work in my 1.3 application. I have an odd problem though. I brought in the USGS earthquake KMZ service and it works okay (projects to the wrong place, but I know that is a separate issue). But if I try to bring in a wildfire KML service (&lt;/SPAN&gt;&lt;A href="http://66.134.213.74/WildEarth/WildCAD_NVSFC.kml" rel="nofollow noopener noreferrer" target="_blank"&gt;http://66.134.213.74/WildEarth/WildCAD_NVSFC.kml&lt;/A&gt;&lt;SPAN&gt;) I get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;TypeError: Error #1088: The markup in the document following the root element must be well-formed.
 at com.esri.solutions.flexviewer.widgets.kmlparser::XmlParser/parse()&lt;C&gt;
 at com.esri.solutions.flexviewer.widgets.kmlparser.kml::Kml22()&lt;C&gt;
 at com.esri.solutions.flexviewer.widgets::KMLWidget/loadXML()&lt;C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393884#M9191</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2021-12-11T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393885#M9192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hate to bump this, but I am still having the same problem with my KML feed as described in the above post. Does anyone have any ideas regarding this error? This is the SFV 1.3 version that I am attempting to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 19:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393885#M9192</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2011-01-06T19:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393886#M9193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the record, I think the cause of the error above was that I didn't put the KML location in double quotes. Once I added quotes to the URL in the config file I got a different error. I am now getting a security error, which I think is related to the whole proxy issue (which I am very unclear about). I will pursue that issue in a different thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 16:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393886#M9193</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2011-01-07T16:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393887#M9194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Good Afternoon,&lt;BR /&gt;I just uploaded a Widget for displaying KML &amp;amp; KMZ files to the Code Gallery. I wanted to see if anyone had gotten it to work. I only have another week left on my trial version of Flash Builder so I wanted to see if there were things I needed to fix before it expired.&lt;BR /&gt;&lt;BR /&gt;The widget is up here: &lt;A href="http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16972"&gt;http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16972&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; - Luke&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;link not working....where is the kml widget?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 20:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393887#M9194</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2011-01-14T20:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393888#M9195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;.........It does support network links. I forgot to re-enable the part the would have it periodic reload them though to get updates. It should just be a couple of lines of code to get that going. The GeoRSS widget does this and I think I left most of the code for it in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Luke&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are very much interested in this part with the network links. It seems like it would have been so easy for you to do that. We want those lines of code - is there any way?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We can also get the trial version perhaps and change the widget that way but if we only knew how?!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 15:20:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393888#M9195</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2011-01-18T15:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393889#M9196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;....kml widget for flexviewer 2.2 and network links enabled would be nice!...i wish i knew how easy it would be to update this kml widget..........&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Matt,&lt;BR /&gt;You are correct, I wrote it for the 1.3 Flex Viewer. I haven't tried porting it to 2.0 yet, but I can't imagine it would be too hard. Unfortunately I don't have a real copy of Flash Builder, I built the widget using the 60 day Trial and unfortunately it has run out. If anyone has an extra copy, let me know.&lt;BR /&gt;&lt;BR /&gt;I put the code up on gitHub, including some stuff I was working on before it conked out. I was trying to allow for Placemark flags stored in the KMZ and also for the caching of flags.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://github.com/robotastic/KMLWidget"&gt;http://github.com/robotastic/KMLWidget&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Brendan -&lt;BR /&gt;It does support network links. I forgot to re-enable the part the would have it periodic reload them though to get updates. It should just be a couple of lines of code to get that going. The GeoRSS widget does this and I think I left most of the code for it in.&lt;BR /&gt;&lt;BR /&gt; - Luke&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 18:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393889#M9196</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2011-02-07T18:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393890#M9197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could really use this functionality in my project, and would be happy to provide you with a Flash Builder license if you could upgrade the widget to 2.2 and enable the network links functionality.&amp;nbsp; Let me know if you are interested.&amp;nbsp; Thanks! - Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 13:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393890#M9197</guid>
      <dc:creator>BrianMorgan</dc:creator>
      <dc:date>2011-03-28T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393891#M9198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I find it useful for a project also. I would see if it is easy to fix.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 17:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393891#M9198</guid>
      <dc:creator>EjayLai</dc:creator>
      <dc:date>2011-04-05T17:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393892#M9199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone been able to solve the "1046: Type was not found or was not a compile-time constant" errors? I am trying to build the KML Widget within FlexViewer 1.3 using Flex Builder 3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 17:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393892#M9199</guid>
      <dc:creator>SanitSananikone</dc:creator>
      <dc:date>2011-04-20T17:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393893#M9200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone on the forum know , How to get KML or KMZ from secured services? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shail_gis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 01:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393893#M9200</guid>
      <dc:creator>shay-geo</dc:creator>
      <dc:date>2011-04-21T01:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393894#M9201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sasan7 - Not sure if this is one of those times, but if the widget includes something that requires a library from Flash 10 you will need to change the Flash version target to version 10 in Flex Builder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sagavathe - If you don't want to modify the widget you can use an asp page that logs into the secure server as a live proxy.&amp;nbsp; You point the kml widget at the asp page and the asp page points to the kml.&amp;nbsp; The other way I have done it for secure sites is to create a Python (or your language of choice)script to download it and schedule it to run in Windows Task Scheduler (or I suppose you could make a CGI script out of it if you wanted to instead of running it as a scheduled task. Another time I ended up writing a Ruby script for a site with more complicated access problems and ran it on a scheduled basis.&amp;nbsp; Most of them were specific to the site because I had to jump through hoops once logged in to get to the kml, but if it just requires http authentication to directly access the file, the asp proxy is probably easiest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is part of a basic Python urllib example I just plagiarized so I wouldn't have to think too hard:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import urllib params = urllib.urlencode({'username': 'myuser', 'password': 'mypassword'})site = "http://www.mysite.com/login.html"urllib.urlopen(site, params)import &amp;lt;strong class="highlight"&amp;gt;urllib&amp;lt;/strong&amp;gt;

params = &amp;lt;strong class="highlight"&amp;gt;urllib&amp;lt;/strong&amp;gt;.urlencode({'username': 'myuser', 'password': 'mypassword'})
site = "http://www.mysite.com/login.html"
&amp;lt;strong class="highlight"&amp;gt;urllib&amp;lt;/strong&amp;gt;.urlopen(site, params)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:02:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393894#M9201</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2021-12-11T18:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393895#M9202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the reply. I finally got it compiling without errors, but it now seems to be stuck right in the init function. All I get is a continuous "Loading feed" message when I start the widget. Something with my proxy maybe?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 15:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393895#M9202</guid>
      <dc:creator>SanitSananikone</dc:creator>
      <dc:date>2011-05-06T15:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: KML Widget - Feedback needed</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393896#M9203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone getting this to work with the newest version of Flex/Flash.&amp;nbsp; It would be nice to just have the .swf file and an example xml code that would be used in the widget.&amp;nbsp; The newest verison just needs a correctly formatted xml file, and then reference the flash widget that is compiled in the .swf file.&amp;nbsp; Could not find any way to use the .as files in the newest version (2.2?)&amp;nbsp; It is looking for a widget with the xml code, and swf flash component.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 18:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/kml-widget-feedback-needed/m-p/393896#M9203</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-07-07T18:21:51Z</dc:date>
    </item>
  </channel>
</rss>

