77
Views
3
Comments
[Native Audio Plugin] Not able to play the file
Question
native-audio-plugin
Mobile icon
Forge asset by Miguel Antunes

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.

MobileMap.oml
2021-04-09 11-42-43
assif_tiger
 
MVP

Lovish Goyal wrote:

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.

Refer the Sample:

https://www.outsystems.com/forge/component-overview/1947/music-pad


2023-03-30 10-13-40
Miguel Antunes

Hey Lovish,

Did you managed to get the plugin to work?

2025-04-02 05-41-45
Reyco Seguma

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();

}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.