Re: Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
Tom, Yes, I know the browser will do this. That's what we did originally. But, I couldn't get enough control over the playback in the browser. The Player Object does everything I need! Except work with the OS apparently. I'll have to reach out to LC for assistance. -Dan On 7/26/22, 2

Re: Android Player Object in Background

2022-07-26 Thread Tom Glod via use-livecode
The way I achieved this is using a html 5 player in the browser instead of the player object. The player has no way of doing this currentlyas far as I know. On Tue, Jul 26, 2022 at 12:43 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a music playing app that