PDA

View Full Version : CreditRoll applet not recognizing font param


PamelaR555
03-14-2003, 03:07 PM
I have the CreditRoll applet in two different web pages, and I can't get the font to change in either of them. The font stays at the default of Times. I can change all the other parameters without difficulty. Here is the code. Please tell me what I am doing wrong.
<td width="100%" height="117"><APPLET CODE="CreditRoll.class" WIDTH=150 HEIGHT=75>
<PARAM NAME=BGCOLOR VALUE="00309C">
<PARAM NAME=TEXTCOLOR VALUE="FFFFFF">
<PARAM NAME=FONT VALUE="ARIAL">
<PARAM NAME=FADEZONE VALUE=20>
<PARAM NAME=TEXT1 VALUE="Upcoming Classes">
<PARAM NAME=TEXT2 VALUE=" ">
<PARAM NAME=TEXT3 VALUE="3/18.....Excel 2">
<PARAM NAME=TEXT4 VALUE=" ">
<PARAM NAME=TEXT5 VALUE="3/19.....Word 1">
<PARAM NAME=TEXT6 VALUE=" ">
<PARAM NAME=TEXT7 VALUE="3/26.....Word 2">
<PARAM NAME=TEXT8 VALUE=" ">
<PARAM NAME=TEXT9 VALUE="3/28.....Access 1">
<PARAM NAME=TEXT10 VALUE=" ">
<PARAM NAME=TEXT11 VALUE="Click for April schedule.">
<PARAM NAME=URL VALUE="testpage.htm">
<PARAM NAME=REPEAT VALUE="yes">
<PARAM NAME=SPEED VALUE=100>
<PARAM NAME=VSPACE VALUE=2>
<PARAM NAME=FONTSIZE VALUE=12>
</APPLET>
</td>
Thank you!

Skyzyx
03-14-2003, 03:53 PM
First of all, this forum is for JavaScript... not Java.

Secondly, The author would know the parameters, since the author wrote it. Contact the person who wrote it.

PamelaR555
03-14-2003, 04:05 PM
Thank you for your incredibly insightful and mature reply.

Skyzyx
03-14-2003, 04:07 PM
I appreciate the sarcasm. How about reading the MUST READ- How to post a JavaScript question!... it might be more insightful than my response. :rolleyes: