The line in the code that says codebase="." tells the applet that the .jar files are going to be in the same folder as the HTML page. If you want to put them in a different place, you need to change that line.
Hey Joshua - thanks for the quick reply. Bear with me here, Im going to try and explain this as detailed as I can...
1. Check out Image 1. This is the HTML of the webpage I'm trying to embed this on (http://devdmc.cloudaccess.net/connectors/ehv.html). I changed the codebase to say [codebase='/httpdocs/images/3d_test/EHV9444']
2. Image 2 shows the files I transfered over via fireftp. It shows the location of the files being [/httpdocs/images/3d_test/EHV9444]. I changed the codebase of the HTML in that folder as well to direct it to that folder, even though they are in the same destination.
Questions: 1. Does that HTML file need to be in that folder or is that just to copy/paste into the page? 2. Does that file destination seem to be right or is the coding usually different? 3. Do I need to zip the jar files?