We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
problem with beads (Read 865 times)
problem with beads
May 2nd, 2010, 1:11pm
 
hi,
I'm using the beads library to load a sample file. In proccesing everything works fine, even if I  change the file location to the file in the server.
But once I load the jar in the server the sound file gets missing.

Do I have to change some permissions in the java to read files when the sketch is online?

this is how I setup the file location:

String audioFile = "http://www.myserver.com/myfile.aif";
(this works in proccesing but not once the jars are on the  server)

Any help will be much appreciated.

Cheers
Page Index Toggle Pages: 1