Configurable Parameters
|
Parameter Name | Parameter Usage |
| titlek | kth 3D rainbow title,
x coordinate,y coordinate,font type,font style,font size |
| textk | kth text,
x coordinate,y coordinate,font type,font style,font size |
| Imagek | kth image |
| imagex | x coordinate of images |
| imagey | y coordinate of images |
| astart | start angle of curves |
| aoffset | start angle offset |
| xoffset | curve x offset |
| yoffset | curve y offset |
| Delay | delay between each frame |
| istep | pause step for each image |
| sound | sound file(optional) in .au format |
| loop | if "yes" play in loop else play once |
| URLk | URL 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>