Hi!
I'm looking to add a video to my pop-ups in an ArcGIS online map.
I was able to successfully do this on my desktop (ArcGIS Pro) by adding a text field to my attribute table and using this code within the text field:
<video controls="" width="100%">
<source src="E:\MPN\Bayview.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
With "E:\MPN\Bayview.mp4" being the link to the video. However, when I use this shapefile in ArcGIS online, the video does not work.
I know I can add the video as an attachment, but then you have to click on a link to see the video. I would like the video to pop up automatically. Has anyone been able to do this? What am I doing wrong? Thanks in advance!