FadeScroll
Example of FadeScroll
Download FadeScroll here !
How do I use FadeScroll ?
What are the parameters for FadeScroll ?
|
Name |
Value |
Example |
| speed | How fast the text scrolls | 40 |
| textColor | The colour of the text | 000000 |
| shadowColor | The colour of the shadow | EEEEEE |
| backgroundColor | The colour of the background | FFFFFF |
| shadowOffsetX | Shadow X coordinate relative to text | 1 |
| shadowOffsetY | Shadow Y coordinate relative to text | 1 |
| shadowDelay | How long it takes for the shadow to appear | 0 |
| font | The font of the text | Times |
| fontsize | The size of the font | 15 |
| link | Http address to link to | http://www.javabase.co.uk/ |
| target | Frame to open link in | _top |
| AppletHomePage | This MUST be set to run | http://go.to/javabase |
| key | Registration key (required to use link feature) |
Using javascript
In order to use javascript as a link, you must add MAYSCRIPT to your applet tag, eg:
<applet code="FadeScroll.class" MAYSCRIPT>
You must then include your javascript as your link, for example:
<param name="link" value="javascript:alert('hello')">
How can I register?
Click here for registration details