REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
SOLVED Mp3 linking
-
How do i link a mp3 file to html/js in app drag
-
Hello @jake-frenkel,
We don't have a direct mp3 player but you can set it up by following this process:
-
Upload your mp3 file with assets manager and files
-
Create a block Javascript Source code and add this code:
<audio controls><source src="MP3 URL HERE" type="audio/mpeg">Your browser does not support the audio tag.</audio>
I hope this will help you
Have a nice dayDavid
-