Re: Help with androidStartAudioPlayingInBackground()

2021-03-29 Thread Derek Bump via use-livecode
That did the trick, thank you. On 3/28/21 2:08 PM, J. Landman Gay via use-livecode wrote: I've seen similar issues when trying to read other file types from the resources folder in an Android standalone. Try copying the file to specialFolderPath("documents") and play it from there. It's likely

Re: Help with androidStartAudioPlayingInBackground()

2021-03-28 Thread J. Landman Gay via use-livecode
I've seen similar issues when trying to read other file types from the resources folder in an Android standalone. Try copying the file to specialFolderPath("documents") and play it from there. It's likely a permissions problem that I wish didn't exist. On 3/28/21 1:24 PM, Derek Bump via

Help with androidStartAudioPlayingInBackground()

2021-03-28 Thread Derek Bump via use-livecode
Hello Everyone, I was wondering if anyone has insight into the usage of "androidStartAudioPlayingInBackground()", or can confirm that it works? I setup a test stack that attempts to play a public domain MP3 using the following script but nothing plays. I receive nothing from the function,