Java Applets - I need help with Applets

They have: 5 posts

Joined: Jun 1999

Here is the HTML for the applet<APPLET CODE="NewsScroller.class" WIDTH="142" HEIGHT="130" align="right">
<param NAME="BORDER" VALUE="0">
<param NAME="BACKGROUND" VALUE="#FFFFFF">
<param NAME="FOREGROUND" VALUE="#ffffff">
<param NAME="CLICKCOLOR" VALUE="#00007F">
<param NAME="HEADCOLOR" VALUE="#CC9900">
<param NAME="SLEEPTIME" VALUE="30">
<param NAME="SCROLLBY" VALUE="1">
Oops! You're missing a really cool navigation bar! No Java = No cool stuff....
</applet>

----------
Regards
Gdesign

They have: 5 posts

Joined: Jun 1999

Hi!
I wanted to make the same scrolling text applet as in www.mcdev.com check it out. I downloaded it but when I uploaded it and set everything up it said
java appletnot found.Why?

----------
Regards
Gdesign

They have: 46 posts

Joined: Jun 1999

Could you post the HTML code, and especially the <applet> </applet> section please, so I can have a look?

Thanks,

----------
Leech.
anti people, now you've gone too far... here's your antichrist superstar!

They have: 46 posts

Joined: Jun 1999

Just a lucky shot here: Is your applet uploaded in the same directory as your .html file?

If not, you will have to add something: If your applet is in the 'applets' directory, you will have to add this text:

codebase="applets"

to your <applet> tag...

If that isn't the problem, I'll try something else... Wink

Greetz,

----------
Leech.
anti people, now you've gone too far... here's your antichrist superstar!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.