<?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: URL link encoding in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54886#M2230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately I can't do this. I am pretty new to Flex. But I use the web app now while implementing GIS for a client who uses ERP software and integration of both is very important for them. ERP can be launched using the link but it contains many reserved characters. I am not really sure why but I can launch the ERP app using desktop or python script but not from Flex which is a bit disappointing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 11:38:24 GMT</pubDate>
    <dc:creator>BartlomiejGajc</dc:creator>
    <dc:date>2013-09-23T11:38:24Z</dc:date>
    <item>
      <title>URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54884#M2228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a way to prevent Flex Viewer to encode URL address in pop-up window?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54884#M2228</guid>
      <dc:creator>BartlomiejGajc</dc:creator>
      <dc:date>2013-09-23T09:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54885#M2229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bartlomiej,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, Not out of the box, this would require a change in the source code, do you have the ability to do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 11:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54885#M2229</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-09-23T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54886#M2230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately I can't do this. I am pretty new to Flex. But I use the web app now while implementing GIS for a client who uses ERP software and integration of both is very important for them. ERP can be launched using the link but it contains many reserved characters. I am not really sure why but I can launch the ERP app using desktop or python script but not from Flex which is a bit disappointing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 11:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54886#M2230</guid>
      <dc:creator>BartlomiejGajc</dc:creator>
      <dc:date>2013-09-23T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54887#M2231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bart,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like you are having trouble with the way the flex application encodes a URL. What happens is when the URL is encoded any special characters in the URL are encoded into the HTML code, i.e. %20 which is used to denote a space in the URL becomes %2520 as %25 is used for a percent sign. One way round it would be to do a find and replace in ArcMap and change your spaces from %20 to a space. What does cause great issues are links to sharepoints sites which have numerous special characters in them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54887#M2231</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-09-23T16:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54888#M2232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it is a bit more complicated since I use the formula to "calculate" the URL link on the fly based on features attributes values and moreover part of this link should be once encoded and the other part double encoded! I give up this time &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>Mon, 23 Sep 2013 16:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54888#M2232</guid>
      <dc:creator>BartlomiejGajc</dc:creator>
      <dc:date>2013-09-23T16:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54889#M2233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bart,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have raised the issue on GitHub for the flex team&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex/issues/202"&gt;https://github.com/Esri/arcgis-viewer-flex/issues/202&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54889#M2233</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-09-23T16:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: URL link encoding</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54890#M2234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-encoding/m-p/54890#M2234</guid>
      <dc:creator>BartlomiejGajc</dc:creator>
      <dc:date>2013-09-23T16:34:41Z</dc:date>
    </item>
  </channel>
</rss>

