FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Programs
(Moderators: fry, REAS)
   applet broken, offline works
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: applet broken, offline works  (Read 369 times)
mattpace

californiarockr
applet broken, offline works
« on: Feb 24th, 2005, 8:48am »

http://takingovertheworld.net/processing/audioscrobbler/applet/
 
Basically its a sketch to get last played info from my account at www.audioscrobbler.com/user/mattpace
 
It works offline, but put it in a browser and it doesnt work.  Anyone know what I did wrong?
 
 
BTW code is still messy and barely commented, its still the very very beginnings of the sketch
 
Thanks
 
fjen

WWW
Re: applet broken, offline works
« Reply #1 on: Feb 24th, 2005, 9:27am »

that's due to java's sandbox (security). basicly your loadStrings is not working because it's not allowed to load things from other servers than the one it's coming from ...
 
read toxi's answer here:
http://processing.org/discourse/yabb/board_Syntax_action_displa_y_num_1103112579.html#1
 
/F
 
[ tom: sandbox should go into your java for processing-users files ]
 
Pages: 1 

« Previous topic | Next topic »