Importing mp3

I am trying to import an mp3 file using loadSound and that works when I directly type in the URL into the function, but when I try to give the user an input text field and use its variable for the loadSound URL i get the error message: Error opening URL “file:///…”.
Any ideas?