|
| Parameter | Description |
|---|---|
| author | www.dseffects.com |
| image | Image to load (.gif or .jpg) |
| speed | Rotation speed (1-8) |
| direction | Rotation direction (clockwise, counterclockwise) |
| bgtype | Background type (repeat,normal) |
| interactive | Interactive (yes,no) |
| regkey | Registration key |
|
EXAMPLE: <html> <BODY BGCOLOR="#ffffff" TEXT="#000000"> <script language="JavaScript"> var author="www.dseffects.com"; var image="pic.gif"; var speed="2"; var direction="clockwise"; var bgtype="repeat"; var interactive="yes"; var regkey=""; </script> <script src="DS_BGRotate.js"></script> Your HTML code here ... </body> </html> |