Parameters of 3D Scroll

(A companion parameters checking applet is provided)

Text and It's Appearance:

ScrollText:

TextFile: TextColor: Fontname: FontSize: FontStyle:  

Special Effects:

FontEffect:

FontBackColor: Shadow: ShadowColor: FrontShadow:  
FrontShadowColor: FontGap: Images and Text Images:

FrontImage:

FrontImageIs: BackColor: BackImage: DrawBkImage:    "x y":  
Margins:

LeftMargin:

RightMargin: TopMargin: BottomMargin: Animation:

ScrollDirection:

Delay: Advance: PauseTime: PauseAt: PauseLoop: StartAt: Miscellaneous:

Frame:

Gap: URL: URLTarget: Here's the complete list of all the parameters:

Advance   Animation   BackColor   BackImage   Delay    DrawBkImage   FontEffect    Fontname    FontSize    FontStyle    Frame    FrontImage    FrontImageIs    FrontShadowColor   Gap   Margins    PauseAt    PauseLoop    PauseTime   ScrollDirection ScrollText    Shadow    ShadowColor    StartAt   TextColor    TextFile    URL    URLTarget
 

How to use the parameter checking applet:

To use the companion parameter checking applet.  Simply change the class name from  Scroll3D to PCheck:

HTML code for 3D Scroll:
<applet code="Scroll3D.class" ...>
<param ...>
..
</applet>

HTML code for parameter checking:
<applet code="PCheck.class" ...>
<param ...>
..
</applet>

The only change needed is shown in red. .Change the applet size if needed.