SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: help with applet
-
Mar 18, 2003, 11:55 #1
- Join Date
- Sep 2002
- Posts
- 54
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
help with applet
I am updating a site that is currently using an applet for text scrolling. Here is the actual code.
<APPLET code="LinkScroll" height="110" width="260">
<PARAM name="linefile" value="spm.lines">
<PARAM name="upspeed" value="1">
<PARAM name="leftspeed" value="5">
<PARAM name="delay" value="2">
<PARAM name="scrolling" value="4">
<PARAM name="bullet" value="bullet1.gif">
<PARAM name="numlines" value="5">
<PARAM name="foreground" value="000000">
<PARAM name="underline" value="0">
</APPLET>
I can't understand why the "linkscroll" isn't a .class file. How does this work on it's own?
Any help would be appreciated because it has been years since I have worked with a JavaApplet.
Thank you
-
Mar 19, 2003, 01:11 #2
- Join Date
- Jul 2002
- Location
- Fort Lauderdale
- Posts
- 123
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
That doesn't work on its own, there must be a class file.
Bookmarks