Watusi Posted October 20, 2019 Report Share Posted October 20, 2019 Can we embed audio files in a DataPage? Quote Link to comment Share on other sites More sharing options...
AtayBalunbalunan Posted October 20, 2019 Report Share Posted October 20, 2019 You may try the <audio> element. You can use this in an HTML Block using the File field (audio file) as the source. Please take note of the supported browsers and audio format in the given link. Watusi 1 Quote Link to comment Share on other sites More sharing options...
PotatoMato Posted May 28, 2021 Report Share Posted May 28, 2021 Hi, just to add, Caspio has already an app extension to upload, play and manage audio files in your Caspio database. You may check it here: https://www.caspio.com/services/app-extensions/?cat=ui_controls. -Potato Quote Link to comment Share on other sites More sharing options...
IamNatoyThatLovesYou Posted December 29, 2022 Report Share Posted December 29, 2022 Here is also a sample code that you can refer to. <audio controls> <source src="[@field:Audio]" type="audio/mpeg"> </audio> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.