I want to load music form a url how would i go about this
construct.net/en/make-games/manuals/construct-3/plugin-reference/audio
Look for "Add remote URL" toward the bottom of the page.
Develop games in your browser. Powerful, performant & highly capable.
Note that CORS needs to be enabled on the web server that the audio is hosted on if your game and audio file are not on the same domain. Otherwise you will not be able to access the audio file.