Add Mp3 File or Audio File to Mendix in Order to Stream from Audio Element

0
Hello everyone, In my case, I call an audio in html snippet from external link like below picture   I want to call it from my own mendix site. How to handle this? Is it can be done with create a new entity which called filedocument generalization or microflow or the others? Please give me advice step by step.
asked
1 answers
0

Hi Fadil,

You could try to use the source "/file?guid=<your filedocument guid>&target=window"

or use a module from the Marketplace

answered