<?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: Flex API 2.4 KML support added - need sample of how to add kml in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113519#M2670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This helps greatly, thanks for providing that explanation.&amp;nbsp; It has been frustrating to figure out.&amp;nbsp; I am still trying to figure out how to create a widget to load the kml, and I am sure you code will help, just not sure how to create the widget, or where to put the code in yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think a widget, much like the GEORss widget would be a good answer that could easily be thrown out in the code gallery.&amp;nbsp; Someone let me know if you're working on that so I don't waste my time trying different things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the reply, and I look forward to updates, patches, or a widget to do this......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2011 18:20:49 GMT</pubDate>
    <dc:creator>dcopple</dc:creator>
    <dc:date>2011-08-02T18:20:49Z</dc:date>
    <item>
      <title>Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113515#M2666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see kml support added and in the documentation it says the &amp;lt;layer&amp;gt; tag now supports type = "kml".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to add that as a layer in my config.xml file as such:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Layer&amp;gt; label="Mesowest Observations" type="kml" visible="false"&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; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.srh.noaa.gov/gis/kml/mesowest/mesowestlink.kml" rel="nofollow" target="_blank"&gt;http://www.srh.noaa.gov/gis/kml/mesowest/mesowestlink.kml&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an error on load Fault code: Client.CouldNotDecode&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; Fault info: Error #1085&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; Fault details: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot find any documentation on how to envoke the new layer easily, looks like I could go in and code something to load it, maybe.&amp;nbsp; Anyone else figured out how to add the kml layers?&amp;nbsp; I am combining kml and GIS layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 14:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113515#M2666</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-01T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113516#M2667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok was able to figure out the config file error here is the correct format:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="Spot Forecast" type="kml" visible="true"&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; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.srh.noaa.gov/gis/kml/SpotForecast/spotLink.kml" rel="nofollow" target="_blank"&gt;http://www.srh.noaa.gov/gis/kml/SpotForecast/spotLink.kml&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it isn't working.&amp;nbsp; I believe the kml has the autorefresh mode set as well, maybe that is the problem.&amp;nbsp; It will not load.&amp;nbsp; The above KML is spot weather forecasts for the United States.&amp;nbsp; I did notice that I do not have the newest Flex SDK, so will load that and try again.&amp;nbsp; Do you think that would cause the error?&amp;nbsp; Although the kml layer load is in com.esri sdk.....If it works I will update, or delete this thread.&amp;nbsp; P.S. The copper mines kml included in the apps.config-kml.xml loads fine, the other layers do not (included with the 2.4 flex app).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 15:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113516#M2667</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-01T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113517#M2668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The kml link in my last post still refused to work in flex 2.4.&amp;nbsp; I was able to find samples in the apps folder for those of you who want a sample config, and finally located that on the websites as well, so I appologize for that lack of looking.&amp;nbsp; However, with that said, I cannot get any of the freely posted kml link on the NOAA website to work in Flex.&amp;nbsp; I can load some simple kml files, and load the feed from Inciweb fire incidents (although it is just the points and none of the information associated).&amp;nbsp; I noticed some of these have some CDATA elements that are parsed by the kml viewer.&amp;nbsp; I did notice some of the additional links within a kml could not be loaded (&lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/raws/rawslink.kml"&gt;http://www.srh.noaa.gov/gis/kml/raws/rawslink.kml&lt;/A&gt;&lt;SPAN&gt;) for example.&amp;nbsp; When opened in ArcGIS Explorer you have to turn on the layers you want to see (Temp &amp;amp; RH for example), but the points appear.&amp;nbsp; The Spot Forecast example in my last post will work in ArcGIS Explorer, and Arc GIS Desktop, but not in my Flex Application.&amp;nbsp; Is this a bug, of does anyone have any hints on how to load those.&amp;nbsp; (Is a seperate KML widget needed to properly parse and display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am glad it is starting to support some KML data, but need some help here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a variety of US Govt. NOAA kml data here:&lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/"&gt;http://www.srh.noaa.gov/gis/kml/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using some thing from NOAA from thier GIS services, however not all are displayed.&amp;nbsp; Most are KML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please reply......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 15:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113517#M2668</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-02T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113518#M2669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Don,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reporting this. There are couple of issues here. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The kml(&lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/SpotForecast/spotLink.kml" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.srh.noaa.gov/gis/kml/SpotForecast/spotLink.kml&lt;/A&gt;&lt;SPAN&gt;) contains 1 screen overlay and 1 network link(pointing to &lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/SpotForecast/spot2.kmz" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.srh.noaa.gov/gis/kml/SpotForecast/spot2.kmz&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- There is a bug in Flex Viewer 2.4, where the TOC does not show a network link which has&amp;nbsp;&amp;nbsp; default visibility of 0(false), hence not allowing you to turn it on(make the request). If you are working with the viewer code base you can make the following change to TOCMapLayerItem.as(replace createKMLFolderTocItem() and createKmlNetworkLinkTocItem()):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private static function createKmlFolderTocItem(parentItem:TocItem, folder:KMLFolder, folders:Array, layer:KMLLayer):TocKmlFolderItem
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var item:TocKmlFolderItem = new TocKmlFolderItem(parentItem, folder, layer);

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Handle any sublayers of a group layer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (folder.subFolderIds &amp;amp;&amp;amp; folder.subFolderIds.length &amp;gt; 0)
&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; var lookInFeatureInfos:Boolean = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each (var childId:Number in folder.subFolderIds)
&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; var childFolder:KMLFolder = findFolderById(childId, folders);
&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; if (childFolder)
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item.addChild(createKmlFolderTocItem(item, childFolder, folders, layer));
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if (folder.featureInfos &amp;amp;&amp;amp; folder.featureInfos.length &amp;gt; 0)
&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; for each (var featureInfo:KMLFeatureInfo in folder.featureInfos)
&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; if (featureInfo.type == KMLFeatureInfo.NETWORK_LINK)
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var networkLink:KMLLayer = layer.getFeature(featureInfo) as KMLLayer;
&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; item.addChild(createKmlNetworkLinkTocItem(item, networkLink, layer));
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return item;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp; private static function createKmlNetworkLinkTocItem(item:TocItem, networkLink:KMLLayer, layer:KMLLayer):TocKmlNetworkLinkItem
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var tocKmlNetworkLinkItem:TocKmlNetworkLinkItem = new TocKmlNetworkLinkItem(item, networkLink, layer);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (networkLink.loaded)
&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; createKMLLayerTocItems(tocKmlNetworkLinkItem, networkLink); // as network link is also a type of KMLLayer
&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; else
&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; networkLink.addEventListener(LayerEvent.LOAD, layerLoadHandler);
&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; function layerLoadHandler(event:LayerEvent):void
&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; createKMLLayerTocItems(tocKmlNetworkLinkItem, networkLink);
&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; return tocKmlNetworkLinkItem;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The screen overlay would still not be shown, it is a bug in the api because of the sizeX and sizeY values being -1 and we are looking to fix that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This applies to the other kml samples that you have been trying as well. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113518#M2669</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2021-12-11T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113519#M2670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This helps greatly, thanks for providing that explanation.&amp;nbsp; It has been frustrating to figure out.&amp;nbsp; I am still trying to figure out how to create a widget to load the kml, and I am sure you code will help, just not sure how to create the widget, or where to put the code in yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think a widget, much like the GEORss widget would be a good answer that could easily be thrown out in the code gallery.&amp;nbsp; Someone let me know if you're working on that so I don't waste my time trying different things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the reply, and I look forward to updates, patches, or a widget to do this......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 18:20:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113519#M2670</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-02T18:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113520#M2671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this would help : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Create_your_own_widget/01m300000010000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Create_your_own_widget/01m300000010000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would add KMLLayer as any other layer is added to the map: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

var kmlLayer:KMLLayer = new KMLLayer();
kmlLayer.url = // url to kml document&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.addLayer(kmlLayer);

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113520#M2671</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2021-12-11T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113521#M2672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will give it a try and reply back here if that doesn't work.&amp;nbsp; Just for your note, I modified the kml to visibility of 1 and reposted it to my own website to try that.&amp;nbsp; It now opens the TOC, but then will not populate anything point wise.&amp;nbsp; Shows a ? in my TOC window.&amp;nbsp; I assume that is from the network link, however the network link has visibility set to 1 (this is the spot2 kmz file).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try your method to see if that gives me different results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 20:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113521#M2672</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-02T20:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113522#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarthak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I got a url for you that your Flex Viewer workaround does not seem to work for:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://puff.images.alaska.edu/kml_files/volcano/Puff_monitored_Bezymianny.kml" rel="nofollow" target="_blank"&gt;http://puff.images.alaska.edu/kml_files/volcano/Puff_monitored_Bezymianny.kml&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113522#M2673</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-03T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113523#M2674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to work fine for me:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113523#M2674</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2011-08-03T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113524#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarthak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have modified the kml files and posted to my own server with the visibility set to 1 as you described.&amp;nbsp; I don't think 2.4 handles networked kml links.&amp;nbsp; Changing the value to 1 does make a layer show up in the TOC as if there were something there.&amp;nbsp; However, it only lists the first network link.&amp;nbsp; So the original KML: &lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/raws/rawslink.kml"&gt;http://www.srh.noaa.gov/gis/kml/raws/rawslink.kml&lt;/A&gt;&lt;SPAN&gt; , I changed the visibilty tag to 1 for each of the network linked elements.&amp;nbsp; I then saved my modified kml to a website and linked that in my config.xml.&amp;nbsp; I then went into one of the subelement links &lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/raws/rawsTfLink.kml"&gt;http://www.srh.noaa.gov/gis/kml/raws/rawsTfLink.kml&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; and change the visibility tag to 1 again, and again posted to my own website, this brought up the layer in the TOC again for temp in this case, but still nothing on the map.&amp;nbsp; So rewriting the kml to visibilty 1 helped add it to the TOC, but did not visually display the data on the map.&amp;nbsp; All my modification to the kml were visible using GE, so the KMLs are structured correctly even with my rewrites, and that allowed those element to automatically open in GE.&amp;nbsp; They are in the TOC of my Flex App, but not visible on map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need the kml functionality to complete and deploy my Flex Application which is why I have posted so much about kml on the forum.&amp;nbsp; I have not tried your work around yet, as I haven't figured out where to code that.&amp;nbsp; I have modified a few widgets to fit my needs so understand modifying some widgets, but just havn't had the time to code a new widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert, have you tried the links that I posted earlier to see if they work with the modifications suggested?&amp;nbsp; I see you said the one from Alaska didn't work, so didn't want to put in a bunch of time to have the same happen.&amp;nbsp; Can you give me any direction to how you used the code to get some of the working if they do?&amp;nbsp; I still think a widget would be nice, with an xml that would be able to specifiy the url to the kml file, much like GEORss works now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more point I noticed, no pop-ups in the included kml samples, of the online sample map.&amp;nbsp; So if I click on the western railroads kml on the sample map, it does nothing.&amp;nbsp; So if those popups need seperate xml files in the popups menu, and example of how to create those for a kml would be nice, once the kml is working.&amp;nbsp; Like I say, I am in need of this functionality to deploy my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113524#M2675</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-03T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113525#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I mentioned in my earlier post, with the current FV 2.4 you would not see the network links whose default visibility is 0 unless you make that change to the TOCMapLayerItem.as &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the attached image, shows how the toc would look after the change is made. You would not have to manually set the visibility of each network link. It works fine with nested network links as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the features not shown on the map, I think there is a problem in the server not returning any renderer information. I am looking more into that. You can see the same by looking at the response in Firebug.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113525#M2676</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2011-08-03T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113526#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;One more point I noticed, no pop-ups in the included kml samples, of the online sample map. So if I click on the western railroads kml on the sample map, it does nothing. So if those popups need seperate xml files in the popups menu, and example of how to create those for a kml would be nice, once the kml is working.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not have to do anything specific, the kml layer comes with the popup info. I can see the popup on the western railroads kml at my end. I must agree the popups in this case are not well configured &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; :&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113526#M2677</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2011-08-03T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113527#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did it render any points for you in your test.&amp;nbsp; I can open it in GE, so I know the server is working for GE, but not in Flex.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also appreciate the code, but am a beginner, so not sure how to impliment the code yet.&amp;nbsp; I have modified the config file, and have modified a couple of widgets, but that is as far as I have gotten with code experimentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I use the code you provide in the main application file?&amp;nbsp; Just not sure how to use it.&amp;nbsp; Sorry for my ignorance on the matter.&amp;nbsp; I will continue to hack away until I figure it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 17:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113527#M2678</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-03T17:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113528#M2679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Did it render any points for you in your test. I can open it in GE, so I know the server is working for GE, but not in Flex. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No it did not, as "our" server is not returning any renderer info. This seems to be a bug. You can try your kml on arcgis.com and see the same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Do I use the code you provide in the main application file?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you would not be changing the main application file. In you viewer source code, you can go to com-&amp;gt;esri-&amp;gt;viewer-&amp;gt;components-&amp;gt;toc-&amp;gt;tocClasses package and find TOCMapLayerItem.as. Now simply replace the methods in this file with the code I provided.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 17:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113528#M2679</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2011-08-03T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113529#M2680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sdat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed that the KML file must be Public in order for parsing. I work in an area that might require some sensitive kml data, any plans at ESRI to provide some local parsing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113529#M2680</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-03T18:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113530#M2681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarthak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So this is what I am working on. I am adding KML Layer support to my TOC Widget that integrates legend swatches and TOC and I now have it working well. The one issue that remains (besides kml symbology looks much better in GE) is that if the KML does not specify a default symbol than you guys give it a default symbology (which is fine), but then you never provide anything to the getLegendInfos function. Just thought you should know from a developers perspective what is not working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113530#M2681</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-03T18:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113531#M2682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for working on this too Robert.&amp;nbsp; Hope the bugs get worked out soon.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks also for letting me know where to put the code.&amp;nbsp; Will try that adn see what happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, I implemented to code change, which brings up the TOC, however, the points come up as (?).&amp;nbsp; So not sure if the kml is being parsed correctly or not.&amp;nbsp; I will have to look through the code to see which part returns a (?) if there is an error I guess.&amp;nbsp; So it looks as if there is still a bug.&amp;nbsp; My screen shot is below, and I am working with the publically availible kml here:&lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/SpotForecast/spotLink.kml"&gt;http://www.srh.noaa.gov/gis/kml/SpotForecast/spotLink.kml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my screen shot, so you can see TOC now works, just not being rendered on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 18:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113531#M2682</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-03T18:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113532#M2683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;sdat,&lt;BR /&gt;&lt;BR /&gt;I've noticed that the KML file must be Public in order for parsing. I work in an area that might require some sensitive kml data, any plans at ESRI to provide some local parsing?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having this problem too.&amp;nbsp;&amp;nbsp; I'd like to have all my KML hosted on an intranet.&amp;nbsp; Any ideas for a work-around?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 19:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113532#M2683</guid>
      <dc:creator>ErikArchibald</dc:creator>
      <dc:date>2011-08-03T19:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113533#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarthak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a quick update to my comment about the popup for the kml.&amp;nbsp; I opened the same western rr kml file in GE, it gives much more information than the popup that does work in flex.&amp;nbsp; So I think it is the way that is being parsed also.&amp;nbsp; I hope to get the other stuff working, but also need the pop ups to work as well.&amp;nbsp; A lot of the data that are included with the KML's I am trying to load are included in the pop up that comes up with the point on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I included a screen shot of the same rr kml that comes with the example viewer kml, but it shows much more data in the pop up.&amp;nbsp; Any ideas on how to create the pop up?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe Robert is working on this with his Widget as well though.&amp;nbsp; Sorry to keep bugging you, but I am in need of this to work.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still just have a (?) for my kml layers too, haven't figured that out, no display on the map, but is in the TOC.&amp;nbsp; Could it be something with the map datum, and kml file differences?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 21:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113533#M2684</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-03T21:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flex API 2.4 KML support added - need sample of how to add kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113534#M2685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I tested several links for the &lt;/SPAN&gt;&lt;A href="http://www.srh.noaa.gov/gis/kml/raws/rawsTfLink.kml"&gt;http://www.srh.noaa.gov/gis/kml&lt;/A&gt;&lt;SPAN&gt; site and could not get a one of them to work either but I have had good success with other kmls so I would say for the time being look else where for kml data you can use, as it is unlikely that the issue will get resolved without another release of the API and or viewer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 01:03:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-api-2-4-kml-support-added-need-sample-of-how/m-p/113534#M2685</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-04T01:03:11Z</dc:date>
    </item>
  </channel>
</rss>

