NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: markster on August 28, 2016, 03:52:46 PM

Title: Music playing
Post by: markster on August 28, 2016, 03:52:46 PM
I have a NetTalk app that needs to be able to play music files. The Media(74) example file's audio listings in the browse don't work--when you load the form, it says they need Flash. I have Flash installed, but nothing happens. Is there some other way to play audio files?

Thanks,

Mark

Title: Re: Music playing
Post by: Bruce on August 28, 2016, 11:10:56 PM
Hi Mark,

what format are the audio files in?
And where are you playing it? On a form? A Browse?

cheers
Bruce

Title: Re: Music playing
Post by: markster on August 30, 2016, 09:55:10 AM
Typical audio formats: mp3, m4a.

The user would select a file from a browse with an embedded button and then it would decompress from file storage and play, so it could be either the browse or open a form, whatever is easiest to implement.

Mark