Unfortunately, 24U SimpleSound Plug-In 3.0.2 or earlier assumes audio files to be inserted to container as generic files (using the "Insert File" command).
FileMaker Pro 13 now natively supports audio as a container type, so when you drag&drop your audio file to a container in FileMaker Pro 13, it is not stored there as a generic file but as an audio file instead, which causes SimpleSound 3.0.2 or older to crash when trying to play the audio back.
To avoid the crashes until we have a new version of our plug-in ready, we suggest you insert your audio into containers using the Insert File command or script step, and use this calculation to verify you have done so before trying to use SimpleSound to play the audio back:
Position(GetContainerAttribute(your_container; "all"); "[Audio]"; 1; 1)
12 Comments