I am writing a applet-based mini-game. Whenever I open up the HTML document with Internet Explorer to test what I have so far, it just says "Java Applet Load failed".When I do the same with the AT&T browser, I get a blank web page with a big grey rectangle (or BGR) (which is NOT what I was looking for). Whenever I mouse over the aforesaid BGR, the message bar at the bottom tells me that the class file was not found, and I have a feeling it's in the syntax. Can anyone point out what is wrong with the following???
<html>
<head>
<title>Soluna Invasion!</title>
</head>
<body>
<applet code="C:\Documents and Settings\MyNameDeleted\My Documents\Programming\Soluna Invasion\SolunaInvasion\SolunaInvasion.class" width="750" height="500" alt="Artix thought this applet was undead and exorcised it. Try again.">
Artix thought this applet was undead and exorcised it. Try again.
Seriously, someone has got to explain to that Paladin what is undead and what is not!
You saw what happened on Frostval against Xanta Claus, right?
</applet>
</body>
</html>
(Yes, I'm making a mini-game to send to Artix Entertainment.)