<?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: Popup close button in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527106#M14699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is my Popup Config. &lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{DESCRIPT}&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[&amp;lt;a href='{Hyperlink_Relative_Path}'&amp;gt;&amp;lt;img src='{jpg_Popup_Path}' width=800&amp;gt;&amp;lt;/a&amp;gt;

&amp;nbsp; ]]&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/description&amp;gt;
 &amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Might try this.&amp;nbsp; The documentation says to use the description OR the fields not both.&amp;nbsp; However, it doesn't make mine wack out like that, but have not tested with medias as of yet either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might try removing the width=800 from the href as well and see if that is messing it up as I think it's supposed to fit the image to the frame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:58:09 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2021-12-11T22:58:09Z</dc:date>
    <item>
      <title>Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527099#M14692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was hoping someone could help me with the location of the close button in my popup window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I edited the size of my popup window in the popuprendererskin.mxml successfully my problem is the close button is now located in the middle of the popup window. I want it to be anchored to the right of the popup window. I can???t seem to find where I can edit how I set the location of this button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached an image to show my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]20916[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help on this would be greatly appreciated thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Liam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 13:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527099#M14692</guid>
      <dc:creator>LiamCollins</dc:creator>
      <dc:date>2013-01-21T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527100#M14693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Liam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure how/where you modified the popuprendererskin to change the size, but if you modify it in the SparkSkin at the top, the close button will automatically stay in the upper right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
&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"
&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="http://www.esri.com/2008/ags"
&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:supportClasses="com.esri.ags.skins.supportClasses.*"
&amp;nbsp;&amp;nbsp;&amp;nbsp; maxWidth="500"
&amp;nbsp;&amp;nbsp;&amp;nbsp; minWidth="350"
&amp;nbsp;&amp;nbsp;&amp;nbsp; maxHeight="500"
&amp;nbsp;&amp;nbsp;&amp;nbsp; height="100%"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preinitialize="skin_preinitializeHandler(event)"&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fx:Metadata&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527100#M14693</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-11T22:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527101#M14694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is where I have edited the popuprendererskin see below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
&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"
&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="http://www.esri.com/2008/ags"
&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:supportClasses="com.esri.ags.skins.supportClasses.*"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxWidth="900"
&amp;nbsp;&amp;nbsp;&amp;nbsp; minWidth="800"
&amp;nbsp;&amp;nbsp;&amp;nbsp; maxHeight="600"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preinitialize="skin_preinitializeHandler(event)"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there anywhere else I could be going wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527101#M14694</guid>
      <dc:creator>LiamCollins</dc:creator>
      <dc:date>2021-12-11T22:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527102#M14695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure as I can't repeat your issue.&amp;nbsp; Any changes I make to the top of the popuprendereskin don't seem to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, not sure how your config looks, as it appears as if you are pulling in some media other than just attachemnts, which I haven't tested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you modified the PopUpMediaBrowserSkin or any image size stuff anywhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527102#M14695</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-22T18:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527103#M14696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No the PopupMediaBrowserSkin has remained untouched so far. The media attachment is a .jpeg which I have also set as a hyperlink so when you click on the image it opens in a new window.&amp;nbsp; The image shows fine in the media window and the hyperlink works but the close button has remained in the middle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am stumped as I cant seem to find the location of that close buttons function to even begin trying to edit it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought it would have been located somewhere in the PopUpRenderedSkin or PopUpMediaBrowserSkin like the functions for the Next, Previous and Zoom to buttons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527103#M14696</guid>
      <dc:creator>LiamCollins</dc:creator>
      <dc:date>2013-01-22T18:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527104#M14697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any chance you could include your popupconfig.xml so I can try to reproduce with similar data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I think the close button is handled in the ContentNavigator component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527104#M14697</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-22T18:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527105#M14698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is my Popup Config. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{DESCRIPT}&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[&amp;lt;a href='{Hyperlink_Relative_Path}'&amp;gt;&amp;lt;img src='{jpg_Popup_Path}' width=800&amp;gt;&amp;lt;/a&amp;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;lt;!--&amp;nbsp;&amp;nbsp; &amp;lt;img src='{jpg_Popup_Path}' width=800&amp;gt; --&amp;gt;
&amp;nbsp;&amp;nbsp; 



&amp;nbsp; ]]&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/description&amp;gt;
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="PHOTOTYPE"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="FIELDDATE"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="DESCRIPT"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Hyperlink_Relative_Path"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;

&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527105#M14698</guid>
      <dc:creator>LiamCollins</dc:creator>
      <dc:date>2021-12-11T22:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527106#M14699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is my Popup Config. &lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{DESCRIPT}&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[&amp;lt;a href='{Hyperlink_Relative_Path}'&amp;gt;&amp;lt;img src='{jpg_Popup_Path}' width=800&amp;gt;&amp;lt;/a&amp;gt;

&amp;nbsp; ]]&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/description&amp;gt;
 &amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Might try this.&amp;nbsp; The documentation says to use the description OR the fields not both.&amp;nbsp; However, it doesn't make mine wack out like that, but have not tested with medias as of yet either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might try removing the width=800 from the href as well and see if that is messing it up as I think it's supposed to fit the image to the frame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527106#M14699</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-11T22:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Popup close button</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527107#M14700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It doesn't look like you are doing anything fancy, just pulling up the image with a hyperlink and no other data fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might try this instead and not use the description tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{DESCRIPT}&amp;lt;/title&amp;gt;
&amp;lt;!-- &amp;lt;description&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[&amp;lt;a href='{Hyperlink_Relative_Path}'&amp;gt;&amp;lt;img src='{jpg_Popup_Path}' width=800&amp;gt;&amp;lt;/a&amp;gt;
&amp;nbsp; ]]&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/description&amp;gt; --&amp;gt;
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;medias&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media type="image" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title="{DESCRIPT}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imagesource="{jpg_Popup_Path}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imagelink="{Hyperlink_Relative_Path}"/&amp;gt;

&amp;lt;/medias&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-close-button/m-p/527107#M14700</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-11T22:58:12Z</dc:date>
    </item>
  </channel>
</rss>

