Page 3 of 3

Re: How to play music from a URL on Android?

Posted: Sat Apr 09, 2022 7:27 pm
by Klaus

Code: Select all

...
put specialfolderpath("documents") & "/name of a file that has still to be downloaded.mp3" into tFile
if NOT(there is a file tFile) then
  ## you need to download all files...
end if
...
I HIGHLY recommend that you check one or all of these stacks to learn the basics of Livecode:
http://www.hyperactivesw.com/revscriptc ... ences.html

Re: How to play music from a URL on Android?

Posted: Sat Apr 09, 2022 7:41 pm
by liveCode
Thanks.
And how do I get the file size (how many megabytes does it have)

Re: How to play music from a URL on Android?

Posted: Sat Apr 09, 2022 7:49 pm
by liveCode
I found the code