Applet security..
Hello,,
I do an applet that access the camera and mic then it send streams for each one of them to a destination... i want to upgrade my applet si it can record the strams at the hard disk but when i start thr recording at the applet it give me the following exception..
[b
java.lang.RuntimeException: No permission to write files from applets
I test the code at the application "extends JFrame" it dosen't give any error , so the error is only from the applet..
can any body help me how i can solve this applet security option?
I search the internet and i found this page http://java.sun.com/sfaq/ and i do the same steps but i have the same problem...
i wait the explain if it can....

