Hey guys,
I need a little help. I tried to use my slick game as an applet and beside the signing I have a lot trouble with loading my game graphics and music. I'm not permitted to use Files outside of the VM (java.security.AccessControlException) and so image loading via new Image(path); doesn't work. I tried to use InputStreams as an alternative, but then I had some very strange graphical bugs and I also don't know how to load Sounds with an InputStream.
So, how can I use my images and sounds in an applet?
