Heya,
I have to deliver mapping data in a GeoDatabase format.
Along with this database info, i need to supply relevant photos and videos for the features.
This will be delivered on a Hard Drive, or, USB.
Is there a way i can add a field, that contains a usable hyperlink to the attached data, that does NOT rely on Drive letter and path.
I have created a connected folder in the map folder which lives in MyProject\Data
In the Data folder for example, i will have folders named "Videos", "Pictures"
In a test field i have added i am trying to use:
<a href="../Data/Videos/XCD089_1.MP4" target="_top">VideoLink</a>
Which shows the hyperlink "Videolink" in the popup no problem, however, does not resolve the file.
Is it possible to achieve this ? as using drive letter and path will fail, should the drive recieve a different letter on the clients systems.