Configurable Parameters

Parameter NameParameter Usage
titlekkth 3D rainbow title, x coordinate,y coordinate,font type,font style,font size
textkkth text, x coordinate,y coordinate,font type,font style,font size
Imagekkth image
imagexx coordinate of images
imageyy coordinate of images
astartstart angle of curves
aoffsetstart angle offset
xoffsetcurve x offset
yoffsetcurve y offset
Delaydelay between each frame
isteppause step for each image
soundsound file(optional) in .au format
loopif "yes" play in loop else play once
URLkURL link (optional) for kth text

Sample HTML Code


< applet code="logocd.class" width=300 height=240>
< PARAM name="title1" value="Lotus,100,155,TimesRoman,bold,36">
< PARAM name="text1" value="Design International,90,210,Helvetica,bold,16">
< PARAM name="title2" value="Future,100,155,TimesRoman,bold,36">
< PARAM name="text2" value="of Your Technology,95,210,Helvetica,bold,16">
< PARAM name="Image1" value="j1s.jpg">
< PARAM name="Image2" value="j2s.jpg">
< PARAM name="Image3" value="j3s.jpg">
< PARAM name="Image4" value="j4s.jpg">
< PARAM name="Image5" value="j5s.jpg">
< PARAM name="Image6" value="j6s.jpg">
< PARAM name="Image7" value="j7s.jpg">
< PARAM name="Image8" value="j8s.jpg">
< PARAM name="imagex" value="95">
< PARAM name="imagey" value="30">
< PARAM name="astart" value="65">
< PARAM name="aoffset" value="1">
< PARAM name="xoffset" value="6">
< PARAM name="yoffset" value="1">
< PARAM name="Delay" value="150">
< PARAM name="istep" value="4">
< PARAM name="sound" value="spacemusic.au">
< PARAM name="loop" value="yes">
< PARAM name="URL1" value="http://lotus-web.com">
< PARAM name="URL2" value="http://lotus-web.com/java/applet/">
</APPLET>