NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
Hi Mark,
what format are the audio files in?
And where are you playing it? On a form? A Browse?
cheers
Bruce
-
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