Hi all,
I need help, somebody knows if there are a way to play external (local) audio files in Node-Webkit?
I already do this when export a C2 Webapp at HTML5 format. I only need to upload the audio file to /media folder of C2 in my server and call it by "Play (by name)" command.
I put an audio file at Node/win32 folder and tried to call it by "Play (by name)" command with NodeWebkit.AppFolder&"audiofilename", but it do not work.