Is your HTML file located in "C:\Documents and Settings\MyNameDeleted\My Documents\Programming\Soluna Invasion\SolunaInvasion\SolunaInvasion.class"??
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
You mixed up code and codebase a little bit. Try this:
<applet code="SolunaInvasion.class" codebase="C:\Documents and Settings\MyNameDeleted\My Documents\Programming\Soluna Invasion\SolunaInvasion\" width="750" height="500" alt="Artix thought this applet was undead and exorcised it. Try again.">
</applet>
Use 'code' to specify the class, and use 'codebase' to specify the path of the class file when not contained in the same folder as the HTML file.
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
Class files can only be loaded from the same source as the html.
When running in AppletViewer that can be the filesystem, when running in a browser security settings may well prevent that.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337