new guy coming!!! sorry about music()--- solved now.

just upload a mp3 file to dropbox.

then make a new proj in codea.

I changed the default text to :


function setup()
music(“Dropbox:mymp3”) // this name is not written by hand, it is made by choosing in drop box.
end

function draw() …// flowing is not changed.

then I go ahead. nothing happened. no music is playing.

why? and what should I do ?

thanks all guys.

sorry it works now. as ipad changed wifi and cannot login dropbox anymore.

thanks so much for your advice, TokOut

sorry it works now. as ipad changed wifi and cannot login dropbox anymore.

Yeah, sometimes waiting is the solution :wink:

As of code snipets use ~~~ for big code snippets and

`

for small code snips.

Also, before any moderator locks this i’d like to ask if it’s possible to get music from the web with http.request(link, s(data)), where data is the .mp3 file.

@TokOut If you would have done a search before asking, you would have found several discussions. Here is one of a few discussions I found that loads a mp3 file using http.

https://codea.io/talk/discussion/7833/loading-music-from-a-http-this-should-work-but-doesnt-help