Hi all,
I'm trying to play a sound from a URL. The docs say to include the URL so, I tried a string of the URL and it would'nt let me select a string I noticed it would accept a JSON object or a document. I tried making the url a json object and it acted like it was fine until trying to compile it sent me a really low level error that was very unclear but since this was the only change I made, I knew what was causing it. My question is does the Json need to be in a particular format? Like...
{
"url": "http:// the rest of the link"
}
The docs just says set the URL.