Hello ArcGIS Experience Builder Team,
We currently have a feature layer that has an audio file- the audio plays perfectly in web maps, the item details table, and other apps- but when it’s added to EB the audio file breaks/doesn’t play. This seems like a equivalency issue and we would really like to leverage Experience Builder for this upgraded GIS application but cannot due to this bug/limitation. I have opened a support case about this as well (Esri Case #02549075) but wanted to see if anyone from the EB team could take a look at this issue.
Thanks!
Experience builder- doesn’t work-
Data table on items details page- works-
Webmap popup- works:
Thanks so much,
Amanda Huber
This issue will be fixed in the upcoming update.Thanks for the following up Amanda.
Hi Jianxia Song,
Great to hear! Will this be in the June 30th ArcGIS Online update then?
Yes, the fix will be in the June 30th update.
Great to hear, we can't wait to see it. Thanks for all your communication!
Best,
Amanda
Hi there,
I am trying to add an .mp3 file as a feature layer for the "embed" widget in Experience Builder to pull. Is this possible? I'd like to know if there is a work around, please. Thanks!
Hi @Amanda__Huber, how were you able to get the audio player in your webmap? Is it embedded using the pop-up editor?
I have a feature layer with audio attachments. I would love those to play with an audio player right in the popup instead of opening on a separate web browser page when clicked on.
Do you have sample code? Thank you in advanced!
Update: html embed from google drive is no longer supported by google.
Original Comment:
Got it to work within a text column in ArcGIS pro:
<audio class="player" controls preload="none">
<source src="https://drive.google.com/uc?export=open&id=17zlUkdLsKMNOaqVJJwn0SPK8hd_RHgox" type="audio/mp3">
</audio>