<?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 HTML pop-up define AGOL with Video in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685430#M34086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hello everybody&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I wanted&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;today&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;PopUp&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mode in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebMap&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;goes without problems&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;But as soon as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I want to make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a web app&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;go back&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;sees the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;is different.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The same the reload from WebMap only, ist the HTML code the (recopy).&lt;BR /&gt;&lt;SPAN class="hps"&gt;Is there&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;somewhere&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;guidelines on what&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;be in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Do you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;run a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;video&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a better solution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;popup from AGOL&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The HTML code (Original):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{TITEL}&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;video controls="true" height="100%" poster="{IMAGE_URL}" width="100%"&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTML code (recopy):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;video controls="true" height="100%" width="100%"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&amp;lt;/source&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118796" alt="Unbenannt.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/118796_Unbenannt.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 15:20:08 GMT</pubDate>
    <dc:creator>MikeSchudel1</dc:creator>
    <dc:date>2015-07-24T15:20:08Z</dc:date>
    <item>
      <title>HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685430#M34086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hello everybody&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I wanted&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;today&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;PopUp&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;mode in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebMap&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;goes without problems&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;But as soon as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I want to make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a web app&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;go back&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;sees the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;is different.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The same the reload from WebMap only, ist the HTML code the (recopy).&lt;BR /&gt;&lt;SPAN class="hps"&gt;Is there&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;somewhere&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;guidelines on what&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;be in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Do you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;run a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;video&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a better solution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;popup from AGOL&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The HTML code (Original):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{TITEL}&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;video controls="true" height="100%" poster="{IMAGE_URL}" width="100%"&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTML code (recopy):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;video controls="true" height="100%" width="100%"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&amp;lt;/source&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118796" alt="Unbenannt.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/118796_Unbenannt.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 15:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685430#M34086</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-07-24T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685431#M34087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/455383"&gt;Javascript API - Show Video Feed in Popup?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 07:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685431#M34087</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-07-30T07:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685432#M34088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just ran a quick test in ArcGIS Online using the config popup tools and was able to embed a video using this source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-07-30 at 12.02.13 PM.png" class="image-1 jive-image" src="/legacyfs/online/119946_Screen Shot 2015-07-30 at 12.02.13 PM.png" style="width: 620px; height: 346px;" /&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I switch out of embed view I see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-07-30 at 12.02.54 PM.png" class="image-2 jive-image" src="/legacyfs/online/119947_Screen Shot 2015-07-30 at 12.02.54 PM.png" style="width: 620px; height: 360px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally when I click on the popup I see the video:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-07-30 at 12.03.32 PM.png" class="image-3 jive-image" src="/legacyfs/online/119957_Screen Shot 2015-07-30 at 12.03.32 PM.png" style="width: 620px; height: 511px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of this was tested in Chrome. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685432#M34088</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-07-30T19:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685433#M34089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Kelly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;thank you for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;description&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and effort&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;I bring&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the preview&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;back and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;eventual&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;autostart&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="hps"&gt;But if I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;then&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;look at&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;IFrame&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebApp&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this looks&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not so&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Try&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;again&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;better&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to describe this&lt;/SPAN&gt;:&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;1.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Original code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Pop&lt;/SPAN&gt;&lt;SPAN&gt;-Up&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Configurator&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{TITEL}&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;video controls="true" height="100%" poster="{IMAGE_URL}" width="100%"&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;The result after&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;direct&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;save&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pop-up&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;IMG alt="Bildschirmfoto 2015-07-30 um 22.32.38.png" class="image-1 jive-image" src="/legacyfs/online/119958_Bildschirmfoto 2015-07-30 um 22.32.38.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;2.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Reloading the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebMap&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;F5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Then&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I see&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the following&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pop-up&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;view&lt;/SPAN&gt;:&lt;BR /&gt;&lt;IMG alt="Bildschirmfoto 2015-07-30 um 22.35.21.png" class="image-2 jive-image" src="/legacyfs/online/119959_Bildschirmfoto 2015-07-30 um 22.35.21.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;The code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;now looks&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as follows&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;if I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;over the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Konfiguratur&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;now&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;look&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;video controls="true" height="100%" width="100%"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&amp;lt;/source&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Therefore&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I ask&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;here&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;what&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;done&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for the video.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Because so&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;looks&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from programming&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only part&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;possible&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="hps"&gt;But this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I can not find&lt;/SPAN&gt;, unfortunately, &lt;SPAN class="hps"&gt;so I can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;implemetieren&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this application&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Again&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;thanks for the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;help, i&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt; work with the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Firefox.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Greeting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Mike&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 20:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685433#M34089</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-07-30T20:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685434#M34090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry I'm not sure I understand the issue. Based on your screen shots it looks like the video shows up in the popup. Is something missing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a simple test app that works for me - can you test and see if the video displays in the popup when you click the graphic on the map. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/apps/Embed/index.html?webmap=1f4ce5e86b2f4e04bcd6a504007adfc7" title="http://www.arcgis.com/apps/Embed/index.html?webmap=1f4ce5e86b2f4e04bcd6a504007adfc7"&gt;http://www.arcgis.com/apps/Embed/index.html?webmap=1f4ce5e86b2f4e04bcd6a504007adfc7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also looks like you are specifying mp4 as the type. It sounds like there are some issues with this format in Firefox. More details here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats" title="https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats"&gt;Media formats supported by the HTML audio and video elements - HTML (HyperText Markup Language) | MDN&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 23:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685434#M34090</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-07-30T23:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685435#M34091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Kelly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Thanks for the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;feedback&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;the video will play&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;no&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;question&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;also&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Firefox&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;browser&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;I wanted to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;had&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;indeed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the picture even&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;given&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;what&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I would have liked&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;it.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Sometimes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;another command&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with clay or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;automatic&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;playback, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{TITEL}&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;video controls="true" height="100%" poster="{IMAGE_URL}" width="100%"&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Try it once&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;following&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;statement&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;if I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;just&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;insert&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;text&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pop&lt;/SPAN&gt;&lt;SPAN&gt;-up&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;store&lt;/SPAN&gt;, it looks &lt;SPAN class="hps"&gt;like it should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;also works&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Then&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I make a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebApp&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;where I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;indeed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;see this&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I invite&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the same&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebMap&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;again&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;Just&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;then&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;no longer&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;so&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;spent&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;has&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Then I go&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;again&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;HTML&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pop-up&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;configurator&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;following&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;red&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is no longer&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;visible&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{TITEL}&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;video controls="true" height="100%" &lt;SPAN style="color: #e23d39;"&gt;poster="{IMAGE_URL}"&lt;/SPAN&gt; width="100%"&amp;nbsp; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source src="{IMAGE_LINK_URL}" type="video/mp4"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/video&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7ed529;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Here is the link&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;WebMap:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;A href="http://www.arcgis.com/apps/Embed/index.html?webmap=f80ac1dfe24a4f7cae601f3c52cf2bd4" title="http://www.arcgis.com/apps/Embed/index.html?webmap=f80ac1dfe24a4f7cae601f3c52cf2bd4"&gt;http://www.arcgis.com/apps/Embed/index.html?webmap=f80ac1dfe24a4f7cae601f3c52cf2bd4&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;The Source for the Media:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;A href="http://maps.gisguide.ch/video/tostechelberg/Oberhornseeli-SD.mp4" title="http://maps.gisguide.ch/video/tostechelberg/Oberhornseeli-SD.mp4"&gt;http://maps.gisguide.ch/video/tostechelberg/Oberhornseeli-SD.mp4&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;A href="http://maps.gisguide.ch/video/tostechelberg/Oberhornseeli-SD.png" title="http://maps.gisguide.ch/video/tostechelberg/Oberhornseeli-SD.png"&gt;http://maps.gisguide.ch/video/tostechelberg/Oberhornseeli-SD.png&lt;/A&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Here's what I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;see&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from your&lt;/SPAN&gt; map&lt;SPAN class="hps"&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;works&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Firefox&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as well as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Microsoft&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;IMG __jive_id="120032" alt="Unbenannt.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/120032_Unbenannt.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;Thanks for Help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;Mike&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 05:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685435#M34091</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-07-31T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685436#M34092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I understand - looks like the poster attribute is being stripped. I'll look and see if there's a way to fix this and post back here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 19:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685436#M34092</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-07-31T19:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685437#M34093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;Kelly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;thank you&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;'m looking forward&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;now&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your answer&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="hps"&gt;Fine&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;1.August&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;our&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;national holiday&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in Switzerland&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Mike&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 20:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685437#M34093</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-07-31T20:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685438#M34094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;What is the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;status&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Did you find anything&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Salute&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Mike&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 09:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685438#M34094</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-08-20T09:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685439#M34095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't been able to find a workaround for this issue. Looks like a bug because video is one of the supported tags so it should work. Can you submit this through Esri Support? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 16:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685439#M34095</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-08-20T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685440#M34096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for teh support, im posting the answer with esri support in switzerland.&lt;/P&gt;&lt;P&gt;I think, i hope....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greats Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 19:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685440#M34096</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-08-20T19:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685441#M34097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a Software Bug by ESRI Inc.&lt;/P&gt;&lt;P&gt;The Bug-Number is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;[BUG-000090407 : Poster attribute gets stripped from the Custom Attribute Display Pop-up configuration in ArcGIS Online Map Viewer]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;A href="http://support.esri.com/"&gt;http://support.esri.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="g-unit"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Waiting for the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Improvement...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="g-unit"&gt;Thanks ESRI for debug.&lt;/P&gt;&lt;P class="g-unit"&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 07:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685441#M34097</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-08-31T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685442#M34098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this was fixed in last night's ArcGIS Online update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 04:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685442#M34098</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-09-10T04:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685443#M34099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keynote Apple an my problem by ESRI Inc. fixed in the same time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;IMG alt="asdasddsa.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/126180_asdasddsa.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 04:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685443#M34099</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-09-10T04:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685444#M34100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning, Kelly&lt;/P&gt;&lt;P&gt;I am using the method you posted to embed a video into my popup.&amp;nbsp; I had success using your video, but no success with mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some questions.&lt;/P&gt;&lt;P&gt;Is there a limit to file size? I am using a .mov file, but it is 77mb.&lt;/P&gt;&lt;P&gt;Are there specific file types allowed? I tried using a .mp4 and a .mpg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685444#M34100</guid>
      <dc:creator>BrianFee</dc:creator>
      <dc:date>2015-10-30T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685445#M34101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not aware of any limitations. Perhaps you can post an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 16:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685445#M34101</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-10-30T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685446#M34102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly, Here is a link to the map.&lt;/P&gt;&lt;P&gt;&lt;A href="http://arcg.is/1RiMwbz"&gt;http://arcg.is/1RiMwbz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://patrickco.maps.arcgis.com/home/webmap/viewer.html?webmap=ed738c39b68743e1851c801166cf2a82" title="http://patrickco.maps.arcgis.com/home/webmap/viewer.html?webmap=ed738c39b68743e1851c801166cf2a82"&gt;http://patrickco.maps.arcgis.com/home/webmap/viewer.html?webmap=ed738c39b68743e1851c801166cf2a82&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685446#M34102</guid>
      <dc:creator>BrianFee</dc:creator>
      <dc:date>2015-10-30T19:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685447#M34103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Brian&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;the first&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the link is not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MP4&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;video&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;other&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can I download&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and Watch&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="hps"&gt;Unfortunately, I can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your card&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;PopUp&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not configure it,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;so I can not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;see what's&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;wrong here&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as well.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Can you tell me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;still&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;see&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or share&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Best&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you take&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my suggestion&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the text above&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Greeting&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Mike&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 06:49:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685447#M34103</guid>
      <dc:creator>MikeSchudel1</dc:creator>
      <dc:date>2015-11-02T06:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTML pop-up define AGOL with Video</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685448#M34104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;Thank you for the HTMLs. They worked for me for the first time, however, on refreshing the webmap, I cannot see the video in the pop-up again. Also, when I pass the web map in a Web AppBuilder App, the video in the pop-up doesn't work, it's just a plain rectangle with a play button, no videos.&lt;/P&gt;&lt;P&gt;Do you happen to know what is going on?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/406454_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 16:36:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/html-pop-up-define-agol-with-video/m-p/685448#M34104</guid>
      <dc:creator>ShitalDhakal__GISP</dc:creator>
      <dc:date>2018-05-14T16:36:33Z</dc:date>
    </item>
  </channel>
</rss>

