In a recent project I was developing a java applet that communicates with JavaScript. The applet also loads some dynamic images from a server. Soon I ran into this problem. While running it from the local filesystem it couldn’t load the required images from the server; throws up some security error. Googling a bit, found [...]
