PDA

View Full Version : Estab parameters on an applet script


^KoalaBear^
06-18-2002, 02:16 PM
Can anyone please suggest a way of adding parameters to the free-use applet script seen here :

http://javascriptkit.com/java/java18.shtml

As far as I can see there are none incorporated in the script, and may all be locked up in the assoc FadBan.class file. I would like to have control over font size and colours as an example, if it's possible.

Cheers!
KB

ronaldb66
06-18-2002, 02:29 PM
Those param's are indeed embedded in the class. Maybe you can find out who wrote it and ask if they'd be so kind to supply a custom version...

^KoalaBear^
06-18-2002, 02:38 PM
Thank you Ronald...

Yes I thought as much. Regrettably the email link to the person it is credited to doesn't appear to be working, however I have come across another guy who is unashamedly claiming its his.... so maybe I'll 'shuffle his deck of cards', instead! LOL

Cheers!
KB...

RoyW
06-20-2002, 04:57 PM
You can do something similar in JavaScript.
Fading News Ticker (http://www.javascript-fx.com/newstickers/vertical/demo4.html)
You can alter text size/color/font in this one.

^KoalaBear^
06-20-2002, 06:06 PM
Thank You Roy...

I'll play around with the one you posted plus some others from the same source. Much obliged my friend

Cheers!
KB...