Hi everyone,
I am using the recorder plugin to record the voice and then i am saving it in the database and display them on dashboard. when i click on the file it enters into the client action where i am using the native audio plugin, but i am not able to listen any sound. Please help me out.
Lovish Goyal wrote:
Refer the Sample:
https://www.outsystems.com/forge/component-overview/1947/music-pad
Hey Lovish,
Did you managed to get the plugin to work?
just use javascript instead..
function playCorrectAnswer() {
var audio = new Audio('https://firebasestorage.googleapis.com/v0/b/project101-895c7.appspot.com/o/correct.mp3?alt=media&token=5a2b1307-ad68-43bc-96f5-abf2aae0defe');
audio.play();
}