How do I grab music from Newgrounds? For example, in the game Geometry Dash, you are able to put in a song ID and it grabs it from Newgrounds. Is it possible to do this in GDevelop? Music files are simply too large.
Short answer: Nope.
Longer answer: You cannot pull resources like that from the internet without the destination being open/non restricted, and without knowing a decent amount of javascript to build out your own resource creation.