Hi Ashley
Thank you for your reply.
Ok for arguments sake I have created a new project and on the event sheet I've added one script as follows
System > On start of layout >
let audio = new Audio("https://streaming.galaxywebsolutions.com/stream/moorland");
audio.play();
When you run the project it starts and plays the audio from the script.
However as it is ran direct from the script I can not tick the play in background on the audio object as the audio object as not been added to the project, therefore all works perfectly apart from the background issue when the app sleeps or loses focus.
I can not call (or at least I don't know how to call) the stream from the audio object as it is continuous and a live mpeg stream which can not be changed to a different format.
How would I get my project to steam this URL via the audio object so that I can then check the play in background box, so that the stream continues to play in background mode on both Android & iPhone?
Many thanks
Adrian
I dont think you can make it play in the background on mobile phones using the default audio object. The option is for browsers that support it.
I might be wrong tho.