Hopefully this is the correct place for this question: I'm working on a database, and need to find a locktight way to manage audio files while making them playable in filemaker.
My core problem is this: The end database user isn't capable of file management, making referenced container fields meaningless, since the references will arbitrarily be changed on a whim. Filepath integrity is basically not possible.
I want a container field that can hold an audio file (yeah, within the database: I will take the performance hit to prevent endless end-user problems), and play it too. Filemaker doesn't allow for this to the best of my knowledge.
Is there a way? Perhaps using the web viewer to view a field containing an audio file?
Maybe via a script that copies and renames the referenced file to a single monolithic folder the user won't touch? This is preferable, so the files will play easily.
Get(TemporaryPath)? Though I suspect this route wouldn't allow for in-filemaker play controls.
One way or another, I need audio files to play in filemaker, while not subjecting referenced files to the user's rampage through the finder and filepaths...
Any help would be greatly appreciated...I'm bumbling around here, and hoping I'm not wasting the forum's time...