Play remote sound

Is it possible to load a mp3 from a server and play it within an iOS app? Seems kind of basic but I can’t find a solution.

iOSSound can load a sound from a file, so you could download the mp3 file to the device and then play it that way.

I’ve just been listening to your YouTube videos. Thanks. I checked iOSSound in the docs, and can’t see how you would download the file. Can you point me in the right direction? Thanks.

Download it with an http socket:
http://developer.xojo.com/httpsocket$Send