I have a GIS layer with an attribute that stores a path (i.e. \\vancouver.root.local\...) to video and photo media files that are stored on a local server. We are not interested in making these media files accessible to public via world wide web. However, I would like to make these accessible to those who are connected to our network. I'm trying to make them accessible via an ArcGIS Online web map.
I am using the custom popup configuration where I'm configuring the URL. I'm not sure whether or not this is something that can be done successfully.
For this example, my field name that contains the path to the media is called {Video}. The data in there is formatted \\vancouver.root.local\...
I've tried various iterations of file:///{Video}, <SPAN class="tag" style="color: #800000;"><a</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="atn" style="color: #ff0000;">href</SPAN><SPAN class="pun" style="color: #000000;">=</SPAN><SPAN class="atv" style="color: #0000ff;">"file:///"{Video}</SPAN><SPAN class="tag" style="color: #800000;">></SPAN><SPAN class="pln" style="color: #000000;">Link 1</SPAN><SPAN class="tag" style="color: #800000;"></a></SPAN>, <SPAN class="tag" style="color: #800000;"><a</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="atn" style="color: #ff0000;">href</SPAN><SPAN class="pun" style="color: #000000;">=</SPAN><SPAN class="atv" style="color: #0000ff;">"file:///{Video}"</SPAN><SPAN class="tag" style="color: #800000;">></SPAN><SPAN class="pln" style="color: #000000;">Link 1</SPAN><SPAN class="tag" style="color: #800000;"></a></SPAN> just {Video} and nothing seems to work.
Has anyone tried this with success? I'm assuming there are some limitations due to security. Also, do I have to set up my media server as IIS?
I haven't been able to find any discussions that talk about my specific issue.
Any help would be appreciated.
Thanks!
Eugene D.