HTML pop-up define AGOL with Video

9092
18
Jump to solution
07-24-2015 08:20 AM
MikeSchudel1
New Contributor III

Hello everybody

I wanted today PopUp in HTML mode in the WebMap this goes without problems.

But as soon as I want to make a web app and go back sees the HTML fileis different.

The same the reload from WebMap only, ist the HTML code the (recopy).
Is there somewhere guidelines on what should be in this HTML code in it?
Do you run a video a better solution to the popup from AGOL?

The HTML code (Original):

<html>

    <head>

        <title>{TITEL}</title>

    </head>

    <body>

        <video controls="true" height="100%" poster="{IMAGE_URL}" width="100%"  >

        <source src="{IMAGE_LINK_URL}" type="video/mp4">

        </video>

    </body>

</html>

The HTML code (recopy):

<video controls="true" height="100%" width="100%">

<source src="{IMAGE_LINK_URL}" type="video/mp4"></source>

</video>

Unbenannt.PNG

Tags (5)
0 Kudos
18 Replies
MikeSchudel1
New Contributor III

Hi Kelly

thanks for teh support, im posting the answer with esri support in switzerland.

I think, i hope....

Greats Mike

BrianFee
New Contributor II

Good morning, Kelly

I am using the method you posted to embed a video into my popup.  I had success using your video, but no success with mine.

I have some questions.

Is there a limit to file size? I am using a .mov file, but it is 77mb.

Are there specific file types allowed? I tried using a .mp4 and a .mpg.

Thanks

Matt

0 Kudos
KellyHutchins
Esri Frequent Contributor

I'm not aware of any limitations. Perhaps you can post an example?

0 Kudos
MikeSchudel1
New Contributor III

Hi Brian

the first is the link is not for the MP4 video.
The other two can I download and Watch.
Unfortunately, I can with your card the PopUp not configure it, so I can not see what's wrong here as well.
Can you tell me this still see or share?

Best you take my suggestion in the text above.

Greeting
Mike

0 Kudos
ShitalDhakal__GISP
Occasional Contributor

Hi Kelly,

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.

Do you happen to know what is going on?

Thanks,

Shital

0 Kudos
MikeSchudel1
New Contributor III

This is a Software Bug by ESRI Inc.

The Bug-Number is :

[BUG-000090407 : Poster attribute gets stripped from the Custom Attribute Display Pop-up configuration in ArcGIS Online Map Viewer]

http://support.esri.com/

Waiting for the Improvement...

Thanks ESRI for debug.

Mike

KellyHutchins
Esri Frequent Contributor

Looks like this was fixed in last night's ArcGIS Online update.

0 Kudos
MikeSchudel1
New Contributor III

Hi Kelly

Keynote Apple an my problem by ESRI Inc. fixed in the same time 🙂

Thanks

Mike

asdasddsa.PNG

0 Kudos