ru1000's Forum Posts

  • 3 posts
  • Good day!

    Can you please tell me if anyone had to use the Add remote URL function in the Audio plugin to download and play music from devices or websites?

    I'm trying to make a game that looks like "osu!", where in the editor I need to load mp3 from the device and put my visual game elements on it.

    I managed to launch from a local device (computer) using File Chooser (it generates an address with a blob), but at every new session of the game, the address changes and it is impossible to reopen the same track using the saved link.

    If you could save a static address of a music track on your device, that would be ideal. But I haven't found a way to do it yet.

    Now I'm trying to load a track from my site, but for some reason it doesn't load, or it doesn't start.

    Already started digging towards .htaccess - I think the site may be blocking access to files. Tried opening from a test domain without .htaccess, but that didn't work either.

    Does anyone have a working example of downloading and launching music from a permalink on a device or from a link on a website?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Sorry, the picture was not attached for some reason.

    I meant a tick "Require External storage write permission" in the window Cordova options.

  • I also suffered with this problem.

    I accidentally discovered that this checkbox toggles the state in the AndroidManifest.xml file

    <uses-permission android: name = "android.permission.INTERNET" />

    on the

    <uses-permission android: name = "android.permission.WRITE_EXTERNAL_STORAGE" />

  • 3 posts