View Full Version : help with applets
KATRINA 10-26-2002, 02:16 AM i put the code on my page just like it says on the java script page at lissa explains. i did everything it stated and all i get is a big grey square.. help!!!! what am i doing wrong?? this is a copy of the code i put in (minus a few things so you can see the whole code)applet code="lake" width="400" height=" 300" ><param name=image value="images/whoside1.jpg"></applet
Dude128 10-26-2002, 02:18 AM did you upload the necessary files?
KATRINA 10-26-2002, 02:21 AM yes i did . i uploaded the file that i downloaded from the java page
Dude128 10-26-2002, 02:37 AM you should have uploaded two files... did you unzip the file you downloaded first?
KATRINA 10-26-2002, 02:41 AM i unzipped it and there was only 1 file. it was called lake.class
Dude128 10-26-2002, 02:49 AM oops, sorry, I was looking at the hover button page rather than the one with the lake applet.
then can you post the exact code you are using? don't change anything- there may be something wrong with that code
KATRINA 10-26-2002, 02:51 AM the way that the code is in my first post is exactly how it is on my page except there is a < in front of it all and a > at the end.. where else can i get a code to use applets?
KATRINA 10-26-2002, 02:53 AM <applet code="lake" width="400" height=" 300" ><param name=image value="images/whoside1.jpg"></applet>
that is exactly how it is on my page
Dude128 10-26-2002, 02:58 AM try removing the spaces where you have height=" 300" > - it should be height="300">
also, is the .class file in the images directory?
KATRINA 10-26-2002, 03:02 AM i am using angelfire.. it is in the directory but i dont know if it is in the images directory..how do i check that?
KATRINA 10-26-2002, 03:09 AM i put both files in the /images file.. now it shows upsaying loading applet but at the bottom of the page it says applet lake notinited
KATRINA 10-26-2002, 05:32 PM this is the code i am using
<applet code="lake" width="400" height="300" ><param name=image value="images/whoside1.jpg"></applet>
both the lake.class file and the image file are in the /images folder. when i go to the page i get the gray square saying loading java applet....... but then at the bottom of the screen it says applet lake notintited
why?? what am i doing wrong?/ help!!!
KATRINA 10-26-2002, 06:19 PM <applet CODEBASE="d20/splatwolf/images" code=Lake.class id=Lake
width=700 height=650>
<param name="image" value="/d20/splatwolf/images/whoside1.jpg" border="0" align="left">
<param name=http://www.angelfire.com/d20/splatwolf/index.html
> </applet>
here is the whole code.. every part of it needs help.. please look it over and tell me why it wont work.. why am i getting the same message as what i was getting before??i am using angelfire for this .. help please i need this to work so i can make one for my grandmothers birthday.. thanks
redruby 10-31-2002, 11:34 PM I use geocities and a grey square shows up, does ne1 know wut might be wrong???????
KATRINA 11-02-2002, 12:33 AM i found out that mine wasnt working because i didnt have the files in the same home file as the page it self.. try that..
redruby 11-05-2002, 01:53 AM I still can't get it to work, when I load the page it says that the file is not found. Does nebody have the same problem with geocities????
dotcalm 07-13-2003, 10:18 PM Mine isnt working too WAAAAAAAAAAAAAAAAA!!!!!!!!!!!
HELP ME
heres the code: <applet code="lake" width="397px" height="800px"><param name=image value="dragonmoon.jpg)"></applet>
dotcalm 07-16-2003, 08:36 PM i got mine working. it deosnt have to do with geocities heres the correct code : <table border="0" cellspacing="0" cellpadding="0" <tr> <td>
<applet code="Lake.class" id="Lake" width="397" height="750">
<param name="image" value="your image">
<param name="overlay" value>
<param name="href" value>
</applet></td>
just try replacing the bold parts with your image and stuff
|