<?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: Put image into popup in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685809#M20885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: cwigg12&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL string (by string you mean text option under field type attribute table) the URLs turn out to be over 50 characters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2013 20:34:06 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-03-15T20:34:06Z</dc:date>
    <item>
      <title>Put image into popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685807#M20883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: cwigg12&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a new student to ArcGIS Viewer. I have a hiking map with 13 popular trails listed as points on a map. I can click them and it displays the trail name through the attribute table, but I want a jpeg image of the trail to popup below the trail title also. I have the images in a folder but how do I program it to show each image when the trail point is clicked. I see under Configure, Popup, Media you can load media via URL or link. Can I reference the folder some how from here or do I need to program .xml....I found the following xml but not sure where to start: Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{Tract}&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;field name="Tract"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;field name="Link"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;medias&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;media type="image" imagesource="{Link}" imagelink="{Link}"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/medias&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685807#M20883</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-03-15T20:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Put image into popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685808#M20884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;cwigg12,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; You add a string field to your featureclass in ArcMap and populate that field with the URL to the features photo. To get a url for the photos you need to create a virtual directory in IIS on your server that points to the folder where the photo are going to be stored (make sure the IIS user has access to read that folder).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685808#M20884</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-03-15T20:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Put image into popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685809#M20885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: cwigg12&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL string (by string you mean text option under field type attribute table) the URLs turn out to be over 50 characters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685809#M20885</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-03-15T20:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Put image into popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685810#M20886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you create a field with type string and you increace the default lenght of the sting field from 50 to what ever you need it to be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685810#M20886</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-03-15T20:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Put image into popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685811#M20887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: cwigg12&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great Thank you! They came through great! Sorry for the dumb question---why I started off with saying I'm a new student &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 22:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/put-image-into-popup/m-p/685811#M20887</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-03-15T22:01:57Z</dc:date>
    </item>
  </channel>
</rss>

