<?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: html popups in FLEX in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709159#M15773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone direct me to some example with code for embedding a an image or video in the attribute popup in the flex application. I want to recreate what I have done in my html popup in Arcmap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 May 2010 03:39:58 GMT</pubDate>
    <dc:creator>ThomasFair</dc:creator>
    <dc:date>2010-05-11T03:39:58Z</dc:date>
    <item>
      <title>html popups in FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709157#M15771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have configured some html popups in ArcMap which contains some videos and images along with attributes. Will this show up in my FLEX application automatically or do I need to create some custom code for the popup?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 May 2010 19:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709157#M15771</guid>
      <dc:creator>ThomasFair</dc:creator>
      <dc:date>2010-05-09T19:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: html popups in FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709158#M15772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Will [html popups in ArcMap] show up in my FLEX application automatically or do I need to create some custom code for the popup?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;They will not show up automatically.&amp;nbsp; So for now you will need to create custom code for the popup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 14:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709158#M15772</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-05-10T14:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: html popups in FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709159#M15773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone direct me to some example with code for embedding a an image or video in the attribute popup in the flex application. I want to recreate what I have done in my html popup in Arcmap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 03:39:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709159#M15773</guid>
      <dc:creator>ThomasFair</dc:creator>
      <dc:date>2010-05-11T03:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: html popups in FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709160#M15774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=InfoSymbolBasics"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=InfoSymbolBasics&lt;/A&gt;&lt;SPAN&gt; for a basic example of showing images (or videos) in InfoSymbols - showing multiple "popups".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_InfoWindow"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_InfoWindow&lt;/A&gt;&lt;SPAN&gt; on how to use an InfoWindow to show the "popup" when clicked (or on mouse-over) for a feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 04:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709160#M15774</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-05-11T04:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: html popups in FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709161#M15775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I am new to using the Flex API and would like more information as to what eh AS looks like for this example &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=InfoSymbolBasics"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=InfoSymbolBasics&lt;/A&gt;&lt;SPAN&gt;. Any other information that can be provided on this example would be of great help as well!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 17:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/html-popups-in-flex/m-p/709161#M15775</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2011-02-23T17:43:37Z</dc:date>
    </item>
  </channel>
</rss>

