DS WheelScroll Parameters

ParameterDescription
authorwww.dseffects.com
textText to scroll
textfontText Font
textstyleText Style
textsizeText Size
textcolorText Color
(hexadecimal red-green-blue triplet)
posxHorizontal position
posyVertical position
scrollwidthScroll width
scrollheightScroll height
speedScroll speed
regkeyRegistration key

EXAMPLE:
<script language="JavaScript">
var author="www.dseffects.com";
var text="Script by Dario Sciacca - www.dseffects.com";
var textfont="italic";
var textstyle="normal";
var textsize="24";
var textcolor="ffd700";
var posx="";
var posy="";
var scrollwidth="360";
var scrollheight="240";
var speed="2";
var regkey="";
</script>
<script src="DS_WheelScroll.js"></script>

Back


Copyright © DS Effects - All Rights Reserved