Hi
At first i would like to apologize for my english.
I have put my applet outside wwwroot to a directory called APPLET to prevent hotlinking and now i'm having some accessing problems.
I have no idea how should i modify my codebase path. Could you please tell me what i am doing wrong? Everything was working perfectly fine when my applet was inside the wwwroot (my previusly code base was APPLET/classes).
This is how now i am building my applet object:
<object type="application/x-java-applet" name="program_name" width="995" height="588"> <param name="codebase" value="/users/user_name/APPLET/classes"/> <param name="code" value="program_dir/loading.class"/> <param name="archive" value="program_dir/program_jar.jar?x=<?php echo $rand ?>" /> <param name="cache_option" value="no"/> </object>